Shades of Shamrock #39BDA9
Tints of Shamrock #39BDA9
RGB
CMYK
RGB Variations
Color information
#39BDA9 (or 0x39BDA9) is known color: Shamrock. HEX triplet: 39, BD and A9. RGB value is (57,189,169). Sum of RGB (Red+Green+Blue) = 57+189+169=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #39BDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BDA9 is #C64256. Grayscale: #939393. Windows color (decimal): -12993111 or 11124025. OLE color: 11124025.
HSL color Cylindrical-coordinate representation of color #39BDA9: hue angle of 170.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BDA9 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 189 | 169 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.26 |
| HSL | 170.91º | 0.54% | 0.48% | - |
| HSV(B) | 170.91º | 0.7% | 0.74% | - |
| XYZ | 27.05 | 40.13 | 43.86 | - |
| YUV | 147.25 | 140.27 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 189 | 169 | 0.70 | 0 | 0.11 | 0.26 | 170.91 | 0.54 | 0.48 |
| Hex | 39 | BD | A9 | 46 | 0 | B | 1A | AB | 36 | 30 |
| Octal | 71 | 275 | 251 | 106 | 0 | 13 | 32 | 253 | 66 | 60 |
| Binary | 111001 | 10111101 | 10101001 | 1000110 | 0 | 1011 | 11010 | 10101011 | 110110 | 110000 |
Color Harmonies of #39BDA9
Complementary color
Monochromatic Colors of #39BDA9
Black with #39BDA9
Text Example
Text Example
White with #39BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BDA9; }
p { color: rgb(57,189,169); }
H1.HeaderClassName
{
color: #39BDA9;
}
.AnyTagClassName
{
color: #39BDA9;
}
</style>
background-color css
<style>
a { background-color: #39BDA9; }
a { background-color: rgb(57,189,169); }
div.DivClassName
{
background-color: #39BDA9;
}
.BgClassName
{
background-color: #39BDA9;
}
</style>
border-color css
<style>
span { border-color: #39BDA9; }
span { border-color: rgb(57,189,169); }
td.TdClassName
{
border-color: #39BDA9;
}
.TagClassName
{
border-color: #39BDA9;
}
</style>