Shades of Shamrock #39CDB0
Tints of Shamrock #39CDB0
RGB
CMYK
RGB Variations
Color information
#39CDB0 (or 0x39CDB0) is known color: Shamrock. HEX triplet: 39, CD and B0. RGB value is (57,205,176). Sum of RGB (Red+Green+Blue) = 57+205+176=438 (58% of max value = 765). Red value is 57 (22.66% from 255 or 13.01% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #39CDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39CDB0 is #C6324F. Grayscale: #9D9D9D. Windows color (decimal): -12989008 or 11586873. OLE color: 11586873.
HSL color Cylindrical-coordinate representation of color #39CDB0: hue angle of 168.24º degrees, saturation: 0.6, 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 #39CDB0 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 205 | 176 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.20 |
| HSL | 168.24º | 0.6% | 0.51% | - |
| HSV(B) | 168.24º | 0.72% | 0.8% | - |
| XYZ | 31.36 | 47.67 | 48.62 | - |
| YUV | 157.44 | 138.47 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 205 | 176 | 0.72 | 0 | 0.14 | 0.20 | 168.24 | 0.6 | 0.51 |
| Hex | 39 | CD | B0 | 48 | 0 | E | 14 | A8 | 3C | 33 |
| Octal | 71 | 315 | 260 | 110 | 0 | 16 | 24 | 250 | 74 | 63 |
| Binary | 111001 | 11001101 | 10110000 | 1001000 | 0 | 1110 | 10100 | 10101000 | 111100 | 110011 |
Color Harmonies of #39CDB0
Complementary color
Monochromatic Colors of #39CDB0
Black with #39CDB0
Text Example
Text Example
White with #39CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CDB0; }
p { color: rgb(57,205,176); }
H1.HeaderClassName
{
color: #39CDB0;
}
.AnyTagClassName
{
color: #39CDB0;
}
</style>
background-color css
<style>
a { background-color: #39CDB0; }
a { background-color: rgb(57,205,176); }
div.DivClassName
{
background-color: #39CDB0;
}
.BgClassName
{
background-color: #39CDB0;
}
</style>
border-color css
<style>
span { border-color: #39CDB0; }
span { border-color: rgb(57,205,176); }
td.TdClassName
{
border-color: #39CDB0;
}
.TagClassName
{
border-color: #39CDB0;
}
</style>