#39B8A0

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

Shades of Shamrock #39B8A0

Tints of Shamrock #39B8A0

Color information

#39B8A0 (or 0x39B8A0) is unknown color: approx Shamrock. HEX triplet: 39, B8 and A0. RGB value is (57,184,160). Sum of RGB (Red+Green+Blue) = 57+184+160=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #39B8A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B8A0 is #C6475F. Grayscale: #8F8F8F. Windows color (decimal): -12994400 or 10532921. OLE color: 10532921.

HSL color Cylindrical-coordinate representation of color #39B8A0: hue angle of 168.66º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39B8A0 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB57184160-
CMYK0.6900.130.28
HSL168.66º52.7%47.25%-
HSV(B)168.66º69.02%72.16%-
XYZ25.1737.6939.21-
YUV143.29137.4266.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.21%
GREEN value IS 184 (72.27% from 255) = 45.89%
BLUE value IS 160 (62.89% from 255) = 39.90%
R=14.21%
G=45.89%
B=39.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal571841600.6900.130.28168.6652.747.25
Hex39B8A0450D1Ca9352f
Octal71270240105015342516557
Binary11100110111000101000001000101011011110010101001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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