Shades of Shamrock #37C2AB
Tints of Shamrock #37C2AB
RGB
CMYK
RGB Variations
Color information
#37C2AB (or 0x37C2AB) is known color: Shamrock. HEX triplet: 37, C2 and AB. RGB value is (55,194,171). Sum of RGB (Red+Green+Blue) = 55+194+171=420 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.10% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #37C2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C2AB is #C83D54. Grayscale: #959595. Windows color (decimal): -13122901 or 11256375. OLE color: 11256375.
HSL color Cylindrical-coordinate representation of color #37C2AB: hue angle of 170.07º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C2AB is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 194 | 171 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.24 |
| HSL | 170.07º | 0.56% | 0.49% | - |
| HSV(B) | 170.07º | 0.72% | 0.76% | - |
| XYZ | 28.22 | 42.34 | 45.21 | - |
| YUV | 149.82 | 139.95 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 194 | 171 | 0.72 | 0 | 0.12 | 0.24 | 170.07 | 0.56 | 0.49 |
| Hex | 37 | C2 | AB | 48 | 0 | C | 18 | AA | 38 | 31 |
| Octal | 67 | 302 | 253 | 110 | 0 | 14 | 30 | 252 | 70 | 61 |
| Binary | 110111 | 11000010 | 10101011 | 1001000 | 0 | 1100 | 11000 | 10101010 | 111000 | 110001 |
Color Harmonies of #37C2AB
Complementary color
Monochromatic Colors of #37C2AB
Black with #37C2AB
Text Example
Text Example
White with #37C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C2AB; }
p { color: rgb(55,194,171); }
H1.HeaderClassName
{
color: #37C2AB;
}
.AnyTagClassName
{
color: #37C2AB;
}
</style>
background-color css
<style>
a { background-color: #37C2AB; }
a { background-color: rgb(55,194,171); }
div.DivClassName
{
background-color: #37C2AB;
}
.BgClassName
{
background-color: #37C2AB;
}
</style>
border-color css
<style>
span { border-color: #37C2AB; }
span { border-color: rgb(55,194,171); }
td.TdClassName
{
border-color: #37C2AB;
}
.TagClassName
{
border-color: #37C2AB;
}
</style>