Shades of Shamrock #37CDB1
Tints of Shamrock #37CDB1
RGB
CMYK
RGB Variations
Color information
#37CDB1 (or 0x37CDB1) is known color: Shamrock. HEX triplet: 37, CD and B1. RGB value is (55,205,177). Sum of RGB (Red+Green+Blue) = 55+205+177=437 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.59% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CDB1 is #C8324E. Grayscale: #9C9C9C. Windows color (decimal): -13120079 or 11652407. OLE color: 11652407.
HSL color Cylindrical-coordinate representation of color #37CDB1: hue angle of 168.8º 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 #37CDB1 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 177 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.20 |
| HSL | 168.8º | 0.6% | 0.51% | - |
| HSV(B) | 168.8º | 0.73% | 0.8% | - |
| XYZ | 31.34 | 47.65 | 49.14 | - |
| YUV | 156.96 | 139.31 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 177 | 0.73 | 0 | 0.14 | 0.20 | 168.8 | 0.6 | 0.51 |
| Hex | 37 | CD | B1 | 49 | 0 | E | 14 | A9 | 3C | 33 |
| Octal | 67 | 315 | 261 | 111 | 0 | 16 | 24 | 251 | 74 | 63 |
| Binary | 110111 | 11001101 | 10110001 | 1001001 | 0 | 1110 | 10100 | 10101001 | 111100 | 110011 |
Color Harmonies of #37CDB1
Complementary color
Monochromatic Colors of #37CDB1
Black with #37CDB1
Text Example
Text Example
White with #37CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDB1; }
p { color: rgb(55,205,177); }
H1.HeaderClassName
{
color: #37CDB1;
}
.AnyTagClassName
{
color: #37CDB1;
}
</style>
background-color css
<style>
a { background-color: #37CDB1; }
a { background-color: rgb(55,205,177); }
div.DivClassName
{
background-color: #37CDB1;
}
.BgClassName
{
background-color: #37CDB1;
}
</style>
border-color css
<style>
span { border-color: #37CDB1; }
span { border-color: rgb(55,205,177); }
td.TdClassName
{
border-color: #37CDB1;
}
.TagClassName
{
border-color: #37CDB1;
}
</style>