Shades of Shamrock #39BD8E
Tints of Shamrock #39BD8E
RGB
CMYK
RGB Variations
Color information
#39BD8E (or 0x39BD8E) is known color: Shamrock. HEX triplet: 39, BD and 8E. RGB value is (57,189,142). Sum of RGB (Red+Green+Blue) = 57+189+142=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #39BD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BD8E is #C64271. Grayscale: #909090. Windows color (decimal): -12993138 or 9354553. OLE color: 9354553.
HSL color Cylindrical-coordinate representation of color #39BD8E: hue angle of 158.64º 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 #39BD8E is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 189 | 142 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.26 |
| HSL | 158.64º | 0.54% | 0.48% | - |
| HSV(B) | 158.64º | 0.7% | 0.74% | - |
| XYZ | 24.77 | 39.22 | 31.86 | - |
| YUV | 144.17 | 126.77 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 189 | 142 | 0.70 | 0 | 0.25 | 0.26 | 158.64 | 0.54 | 0.48 |
| Hex | 39 | BD | 8E | 46 | 0 | 19 | 1A | 9F | 36 | 30 |
| Octal | 71 | 275 | 216 | 106 | 0 | 31 | 32 | 237 | 66 | 60 |
| Binary | 111001 | 10111101 | 10001110 | 1000110 | 0 | 11001 | 11010 | 10011111 | 110110 | 110000 |
Color Harmonies of #39BD8E
Complementary color
Monochromatic Colors of #39BD8E
Black with #39BD8E
Text Example
Text Example
White with #39BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BD8E; }
p { color: rgb(57,189,142); }
H1.HeaderClassName
{
color: #39BD8E;
}
.AnyTagClassName
{
color: #39BD8E;
}
</style>
background-color css
<style>
a { background-color: #39BD8E; }
a { background-color: rgb(57,189,142); }
div.DivClassName
{
background-color: #39BD8E;
}
.BgClassName
{
background-color: #39BD8E;
}
</style>
border-color css
<style>
span { border-color: #39BD8E; }
span { border-color: rgb(57,189,142); }
td.TdClassName
{
border-color: #39BD8E;
}
.TagClassName
{
border-color: #39BD8E;
}
</style>