Shades of Shamrock #39CB8B
Tints of Shamrock #39CB8B
RGB
CMYK
RGB Variations
Color information
#39CB8B (or 0x39CB8B) is known color: Shamrock. HEX triplet: 39, CB and 8B. RGB value is (57,203,139). Sum of RGB (Red+Green+Blue) = 57+203+139=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #39CB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39CB8B is #C63474. Grayscale: #989898. Windows color (decimal): -12989557 or 9161529. OLE color: 9161529.
HSL color Cylindrical-coordinate representation of color #39CB8B: hue angle of 153.7º degrees, saturation: 0.58, 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 #39CB8B is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 203 | 139 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.20 |
| HSL | 153.7º | 0.58% | 0.51% | - |
| HSV(B) | 153.7º | 0.72% | 0.8% | - |
| XYZ | 27.7 | 45.45 | 31.74 | - |
| YUV | 152.05 | 120.63 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 203 | 139 | 0.72 | 0 | 0.32 | 0.20 | 153.7 | 0.58 | 0.51 |
| Hex | 39 | CB | 8B | 48 | 0 | 20 | 14 | 9A | 3A | 33 |
| Octal | 71 | 313 | 213 | 110 | 0 | 40 | 24 | 232 | 72 | 63 |
| Binary | 111001 | 11001011 | 10001011 | 1001000 | 0 | 100000 | 10100 | 10011010 | 111010 | 110011 |
Color Harmonies of #39CB8B
Complementary color
Monochromatic Colors of #39CB8B
Black with #39CB8B
Text Example
Text Example
White with #39CB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CB8B; }
p { color: rgb(57,203,139); }
H1.HeaderClassName
{
color: #39CB8B;
}
.AnyTagClassName
{
color: #39CB8B;
}
</style>
background-color css
<style>
a { background-color: #39CB8B; }
a { background-color: rgb(57,203,139); }
div.DivClassName
{
background-color: #39CB8B;
}
.BgClassName
{
background-color: #39CB8B;
}
</style>
border-color css
<style>
span { border-color: #39CB8B; }
span { border-color: rgb(57,203,139); }
td.TdClassName
{
border-color: #39CB8B;
}
.TagClassName
{
border-color: #39CB8B;
}
</style>