Shades of Shamrock #37CAB0
Tints of Shamrock #37CAB0
RGB
CMYK
RGB Variations
Color information
#37CAB0 (or 0x37CAB0) is known color: Shamrock. HEX triplet: 37, CA and B0. RGB value is (55,202,176). Sum of RGB (Red+Green+Blue) = 55+202+176=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #37CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CAB0 is #C8354F. Grayscale: #9B9B9B. Windows color (decimal): -13120848 or 11586103. OLE color: 11586103.
HSL color Cylindrical-coordinate representation of color #37CAB0: hue angle of 169.39º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CAB0 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 202 | 176 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.21 |
| HSL | 169.39º | 0.58% | 0.5% | - |
| HSV(B) | 169.39º | 0.73% | 0.79% | - |
| XYZ | 30.53 | 46.19 | 48.38 | - |
| YUV | 155.08 | 139.8 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 202 | 176 | 0.73 | 0 | 0.13 | 0.21 | 169.39 | 0.58 | 0.5 |
| Hex | 37 | CA | B0 | 49 | 0 | D | 15 | A9 | 3A | 32 |
| Octal | 67 | 312 | 260 | 111 | 0 | 15 | 25 | 251 | 72 | 62 |
| Binary | 110111 | 11001010 | 10110000 | 1001001 | 0 | 1101 | 10101 | 10101001 | 111010 | 110010 |
Color Harmonies of #37CAB0
Complementary color
Monochromatic Colors of #37CAB0
Black with #37CAB0
Text Example
Text Example
White with #37CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CAB0; }
p { color: rgb(55,202,176); }
H1.HeaderClassName
{
color: #37CAB0;
}
.AnyTagClassName
{
color: #37CAB0;
}
</style>
background-color css
<style>
a { background-color: #37CAB0; }
a { background-color: rgb(55,202,176); }
div.DivClassName
{
background-color: #37CAB0;
}
.BgClassName
{
background-color: #37CAB0;
}
</style>
border-color css
<style>
span { border-color: #37CAB0; }
span { border-color: rgb(55,202,176); }
td.TdClassName
{
border-color: #37CAB0;
}
.TagClassName
{
border-color: #37CAB0;
}
</style>