Shades of Shamrock #39CC8B
Tints of Shamrock #39CC8B
RGB
CMYK
RGB Variations
Color information
#39CC8B (or 0x39CC8B) is known color: Shamrock. HEX triplet: 39, CC and 8B. RGB value is (57,204,139). Sum of RGB (Red+Green+Blue) = 57+204+139=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #39CC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39CC8B is #C63374. Grayscale: #989898. Windows color (decimal): -12989301 or 9161785. OLE color: 9161785.
HSL color Cylindrical-coordinate representation of color #39CC8B: hue angle of 153.47º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CC8B is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 204 | 139 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.2 |
| HSL | 153.47º | 0.59% | 0.51% | - |
| HSV(B) | 153.47º | 0.72% | 0.8% | - |
| XYZ | 27.94 | 45.92 | 31.82 | - |
| YUV | 152.64 | 120.3 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 204 | 139 | 0.72 | 0 | 0.32 | 0.2 | 153.47 | 0.59 | 0.51 |
| Hex | 39 | CC | 8B | 48 | 0 | 20 | 14 | 99 | 3B | 33 |
| Octal | 71 | 314 | 213 | 110 | 0 | 40 | 24 | 231 | 73 | 63 |
| Binary | 111001 | 11001100 | 10001011 | 1001000 | 0 | 100000 | 10100 | 10011001 | 111011 | 110011 |
Color Harmonies of #39CC8B
Complementary color
Monochromatic Colors of #39CC8B
Black with #39CC8B
Text Example
Text Example
White with #39CC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CC8B; }
p { color: rgb(57,204,139); }
H1.HeaderClassName
{
color: #39CC8B;
}
.AnyTagClassName
{
color: #39CC8B;
}
</style>
background-color css
<style>
a { background-color: #39CC8B; }
a { background-color: rgb(57,204,139); }
div.DivClassName
{
background-color: #39CC8B;
}
.BgClassName
{
background-color: #39CC8B;
}
</style>
border-color css
<style>
span { border-color: #39CC8B; }
span { border-color: rgb(57,204,139); }
td.TdClassName
{
border-color: #39CC8B;
}
.TagClassName
{
border-color: #39CC8B;
}
</style>