#3BE0B0

Color #3BE0B0 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3BE0B0

Tints of Shamrock #3BE0B0

Color information

#3BE0B0 (or 0x3BE0B0) is unknown color: approx Shamrock. HEX triplet: 3B, E0 and B0. RGB value is (59,224,176). Sum of RGB (Red+Green+Blue) = 59+224+176=459 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.85% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE0B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE0B0 is #C41F4F. Grayscale: #A9A9A9. Windows color (decimal): -12853072 or 11591739. OLE color: 11591739.

HSL color Cylindrical-coordinate representation of color #3BE0B0: hue angle of 162.55º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE0B0 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB59224176-
CMYK0.7400.210.12
HSL162.55º72.69%55.49%-
HSV(B)162.55º73.66%87.84%-
XYZ36.357.3850.24-
YUV169.19131.8449.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 12.85%
GREEN value IS 224 (87.89% from 255) = 48.80%
BLUE value IS 176 (69.14% from 255) = 38.34%
R=12.85%
G=48.80%
B=38.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal592241760.7400.210.12162.5572.6955.49
Hex3BE0B04A015Ca34937
Octal733402601120251424311167
Binary111011111000001011000010010100101011100101000111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BE0B0; }

 p { color: rgb(59,224,176); }

 H1.HeaderClassName
 {
   color: #3BE0B0;
 }
 .AnyTagClassName
 {
   color: #3BE0B0;
 }
</style>
background-color css

<style>
 a { background-color: #3BE0B0; }

 a { background-color: rgb(59,224,176); }

 div.DivClassName
 {
   background-color: #3BE0B0;
 }
 .BgClassName
 {
   background-color: #3BE0B0;
 }
</style>
border-color css

<style>
 span { border-color: #3BE0B0; }

 span { border-color: rgb(59,224,176); }

 td.TdClassName
 {
   border-color: #3BE0B0;
 }
 .TagClassName
 {
   border-color: #3BE0B0;
 }
</style>