Shades of Shamrock #37CDB0
Tints of Shamrock #37CDB0
RGB
CMYK
RGB Variations
Color information
#37CDB0 (or 0x37CDB0) is known color: Shamrock. HEX triplet: 37, CD and B0. RGB value is (55,205,176). Sum of RGB (Red+Green+Blue) = 55+205+176=436 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.61% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CDB0 is #C8324F. Grayscale: #9C9C9C. Windows color (decimal): -13120080 or 11586871. OLE color: 11586871.
HSL color Cylindrical-coordinate representation of color #37CDB0: hue angle of 168.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CDB0 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 176 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.20 |
| HSL | 168.4º | 0.6% | 0.51% | - |
| HSV(B) | 168.4º | 0.73% | 0.8% | - |
| XYZ | 31.24 | 47.61 | 48.62 | - |
| YUV | 156.84 | 138.81 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 176 | 0.73 | 0 | 0.14 | 0.20 | 168.4 | 0.6 | 0.51 |
| Hex | 37 | CD | B0 | 49 | 0 | E | 14 | A8 | 3C | 33 |
| Octal | 67 | 315 | 260 | 111 | 0 | 16 | 24 | 250 | 74 | 63 |
| Binary | 110111 | 11001101 | 10110000 | 1001001 | 0 | 1110 | 10100 | 10101000 | 111100 | 110011 |
Color Harmonies of #37CDB0
Complementary color
Monochromatic Colors of #37CDB0
Black with #37CDB0
Text Example
Text Example
White with #37CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDB0; }
p { color: rgb(55,205,176); }
H1.HeaderClassName
{
color: #37CDB0;
}
.AnyTagClassName
{
color: #37CDB0;
}
</style>
background-color css
<style>
a { background-color: #37CDB0; }
a { background-color: rgb(55,205,176); }
div.DivClassName
{
background-color: #37CDB0;
}
.BgClassName
{
background-color: #37CDB0;
}
</style>
border-color css
<style>
span { border-color: #37CDB0; }
span { border-color: rgb(55,205,176); }
td.TdClassName
{
border-color: #37CDB0;
}
.TagClassName
{
border-color: #37CDB0;
}
</style>