Shades of Shamrock #37CAB2
Tints of Shamrock #37CAB2
RGB
CMYK
RGB Variations
Color information
#37CAB2 (or 0x37CAB2) is known color: Shamrock. HEX triplet: 37, CA and B2. RGB value is (55,202,178). Sum of RGB (Red+Green+Blue) = 55+202+178=435 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.64% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #37CAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CAB2 is #C8354D. Grayscale: #9B9B9B. Windows color (decimal): -13120846 or 11717175. OLE color: 11717175.
HSL color Cylindrical-coordinate representation of color #37CAB2: hue angle of 170.2º 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 #37CAB2 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 202 | 178 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.21 |
| HSL | 170.2º | 0.58% | 0.5% | - |
| HSV(B) | 170.2º | 0.73% | 0.79% | - |
| XYZ | 30.73 | 46.27 | 49.43 | - |
| YUV | 155.31 | 140.8 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 202 | 178 | 0.73 | 0 | 0.12 | 0.21 | 170.2 | 0.58 | 0.5 |
| Hex | 37 | CA | B2 | 49 | 0 | C | 15 | AA | 3A | 32 |
| Octal | 67 | 312 | 262 | 111 | 0 | 14 | 25 | 252 | 72 | 62 |
| Binary | 110111 | 11001010 | 10110010 | 1001001 | 0 | 1100 | 10101 | 10101010 | 111010 | 110010 |
Color Harmonies of #37CAB2
Complementary color
Monochromatic Colors of #37CAB2
Black with #37CAB2
Text Example
Text Example
White with #37CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CAB2; }
p { color: rgb(55,202,178); }
H1.HeaderClassName
{
color: #37CAB2;
}
.AnyTagClassName
{
color: #37CAB2;
}
</style>
background-color css
<style>
a { background-color: #37CAB2; }
a { background-color: rgb(55,202,178); }
div.DivClassName
{
background-color: #37CAB2;
}
.BgClassName
{
background-color: #37CAB2;
}
</style>
border-color css
<style>
span { border-color: #37CAB2; }
span { border-color: rgb(55,202,178); }
td.TdClassName
{
border-color: #37CAB2;
}
.TagClassName
{
border-color: #37CAB2;
}
</style>