Shades of Shamrock #39B9A0
Tints of Shamrock #39B9A0
RGB
CMYK
RGB Variations
Color information
#39B9A0 (or 0x39B9A0) is known color: Shamrock. HEX triplet: 39, B9 and A0. RGB value is (57,185,160). Sum of RGB (Red+Green+Blue) = 57+185+160=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #39B9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B9A0 is #C6465F. Grayscale: #8F8F8F. Windows color (decimal): -12994144 or 10533177. OLE color: 10533177.
HSL color Cylindrical-coordinate representation of color #39B9A0: hue angle of 168.28º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39B9A0 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 185 | 160 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.27 |
| HSL | 168.28º | 0.53% | 0.47% | - |
| HSV(B) | 168.28º | 0.69% | 0.73% | - |
| XYZ | 25.38 | 38.11 | 39.28 | - |
| YUV | 143.88 | 137.09 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 185 | 160 | 0.69 | 0 | 0.14 | 0.27 | 168.28 | 0.53 | 0.47 |
| Hex | 39 | B9 | A0 | 45 | 0 | E | 1B | A8 | 35 | 2F |
| Octal | 71 | 271 | 240 | 105 | 0 | 16 | 33 | 250 | 65 | 57 |
| Binary | 111001 | 10111001 | 10100000 | 1000101 | 0 | 1110 | 11011 | 10101000 | 110101 | 101111 |
Color Harmonies of #39B9A0
Complementary color
Monochromatic Colors of #39B9A0
Black with #39B9A0
Text Example
Text Example
White with #39B9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B9A0; }
p { color: rgb(57,185,160); }
H1.HeaderClassName
{
color: #39B9A0;
}
.AnyTagClassName
{
color: #39B9A0;
}
</style>
background-color css
<style>
a { background-color: #39B9A0; }
a { background-color: rgb(57,185,160); }
div.DivClassName
{
background-color: #39B9A0;
}
.BgClassName
{
background-color: #39B9A0;
}
</style>
border-color css
<style>
span { border-color: #39B9A0; }
span { border-color: rgb(57,185,160); }
td.TdClassName
{
border-color: #39B9A0;
}
.TagClassName
{
border-color: #39B9A0;
}
</style>