Shades of Shamrock #39D6A0
Tints of Shamrock #39D6A0
RGB
CMYK
RGB Variations
Color information
#39D6A0 (or 0x39D6A0) is known color: Shamrock. HEX triplet: 39, D6 and A0. RGB value is (57,214,160). Sum of RGB (Red+Green+Blue) = 57+214+160=431 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.23% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #39D6A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39D6A0 is #C6295F. Grayscale: #A0A0A0. Windows color (decimal): -12986720 or 10540601. OLE color: 10540601.
HSL color Cylindrical-coordinate representation of color #39D6A0: hue angle of 159.36º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D6A0 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 214 | 160 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.16 |
| HSL | 159.36º | 0.66% | 0.53% | - |
| HSV(B) | 159.36º | 0.73% | 0.84% | - |
| XYZ | 32.08 | 51.5 | 41.51 | - |
| YUV | 160.9 | 127.49 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 214 | 160 | 0.73 | 0 | 0.25 | 0.16 | 159.36 | 0.66 | 0.53 |
| Hex | 39 | D6 | A0 | 49 | 0 | 19 | 10 | 9F | 42 | 35 |
| Octal | 71 | 326 | 240 | 111 | 0 | 31 | 20 | 237 | 102 | 65 |
| Binary | 111001 | 11010110 | 10100000 | 1001001 | 0 | 11001 | 10000 | 10011111 | 1000010 | 110101 |
Color Harmonies of #39D6A0
Complementary color
Monochromatic Colors of #39D6A0
Black with #39D6A0
Text Example
Text Example
White with #39D6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D6A0; }
p { color: rgb(57,214,160); }
H1.HeaderClassName
{
color: #39D6A0;
}
.AnyTagClassName
{
color: #39D6A0;
}
</style>
background-color css
<style>
a { background-color: #39D6A0; }
a { background-color: rgb(57,214,160); }
div.DivClassName
{
background-color: #39D6A0;
}
.BgClassName
{
background-color: #39D6A0;
}
</style>
border-color css
<style>
span { border-color: #39D6A0; }
span { border-color: rgb(57,214,160); }
td.TdClassName
{
border-color: #39D6A0;
}
.TagClassName
{
border-color: #39D6A0;
}
</style>