Shades of Shamrock #39BD8B
Tints of Shamrock #39BD8B
RGB
CMYK
RGB Variations
Color information
#39BD8B (or 0x39BD8B) is known color: Shamrock. HEX triplet: 39, BD and 8B. RGB value is (57,189,139). Sum of RGB (Red+Green+Blue) = 57+189+139=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #39BD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BD8B is #C64274. Grayscale: #8F8F8F. Windows color (decimal): -12993141 or 9157945. OLE color: 9157945.
HSL color Cylindrical-coordinate representation of color #39BD8B: hue angle of 157.27º 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 #39BD8B is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 189 | 139 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.26 |
| HSL | 157.27º | 0.54% | 0.48% | - |
| HSV(B) | 157.27º | 0.7% | 0.74% | - |
| XYZ | 24.55 | 39.13 | 30.69 | - |
| YUV | 143.83 | 125.27 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 189 | 139 | 0.70 | 0 | 0.26 | 0.26 | 157.27 | 0.54 | 0.48 |
| Hex | 39 | BD | 8B | 46 | 0 | 1A | 1A | 9D | 36 | 30 |
| Octal | 71 | 275 | 213 | 106 | 0 | 32 | 32 | 235 | 66 | 60 |
| Binary | 111001 | 10111101 | 10001011 | 1000110 | 0 | 11010 | 11010 | 10011101 | 110110 | 110000 |
Color Harmonies of #39BD8B
Complementary color
Monochromatic Colors of #39BD8B
Black with #39BD8B
Text Example
Text Example
White with #39BD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BD8B; }
p { color: rgb(57,189,139); }
H1.HeaderClassName
{
color: #39BD8B;
}
.AnyTagClassName
{
color: #39BD8B;
}
</style>
background-color css
<style>
a { background-color: #39BD8B; }
a { background-color: rgb(57,189,139); }
div.DivClassName
{
background-color: #39BD8B;
}
.BgClassName
{
background-color: #39BD8B;
}
</style>
border-color css
<style>
span { border-color: #39BD8B; }
span { border-color: rgb(57,189,139); }
td.TdClassName
{
border-color: #39BD8B;
}
.TagClassName
{
border-color: #39BD8B;
}
</style>