#39CAA0

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

Shades of Shamrock #39CAA0

Tints of Shamrock #39CAA0

Color information

#39CAA0 (or 0x39CAA0) is unknown color: approx Shamrock. HEX triplet: 39, CA and A0. RGB value is (57,202,160). Sum of RGB (Red+Green+Blue) = 57+202+160=419 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.60% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #39CAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39CAA0 is #C6355F. Grayscale: #999999. Windows color (decimal): -12989792 or 10537529. OLE color: 10537529.

HSL color Cylindrical-coordinate representation of color #39CAA0: hue angle of 162.62º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CAA0 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB57202160-
CMYK0.7200.210.21
HSL162.62º57.77%50.78%-
HSV(B)162.62º71.78%79.22%-
XYZ29.1545.6540.53-
YUV153.86131.4658.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.60%
GREEN value IS 202 (79.30% from 255) = 48.21%
BLUE value IS 160 (62.89% from 255) = 38.19%
R=13.60%
G=48.21%
B=38.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal572021600.7200.210.21162.6257.7750.78
Hex39CAA04801515a33a33
Octal71312240110025252437263
Binary111001110010101010000010010000101011010110100011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39CAA0; }

 p { color: rgb(57,202,160); }

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

<style>
 a { background-color: #39CAA0; }

 a { background-color: rgb(57,202,160); }

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

<style>
 span { border-color: #39CAA0; }

 span { border-color: rgb(57,202,160); }

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