Shades of Shamrock #37C2AA
Tints of Shamrock #37C2AA
RGB
CMYK
RGB Variations
Color information
#37C2AA (or 0x37C2AA) is known color: Shamrock. HEX triplet: 37, C2 and AA. RGB value is (55,194,170). Sum of RGB (Red+Green+Blue) = 55+194+170=419 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.13% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #37C2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C2AA is #C83D55. Grayscale: #959595. Windows color (decimal): -13122902 or 11190839. OLE color: 11190839.
HSL color Cylindrical-coordinate representation of color #37C2AA: hue angle of 169.64º 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 #37C2AA is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 194 | 170 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.24 |
| HSL | 169.64º | 0.56% | 0.49% | - |
| HSV(B) | 169.64º | 0.72% | 0.76% | - |
| XYZ | 28.12 | 42.3 | 44.71 | - |
| YUV | 149.7 | 139.45 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 194 | 170 | 0.72 | 0 | 0.12 | 0.24 | 169.64 | 0.56 | 0.49 |
| Hex | 37 | C2 | AA | 48 | 0 | C | 18 | AA | 38 | 31 |
| Octal | 67 | 302 | 252 | 110 | 0 | 14 | 30 | 252 | 70 | 61 |
| Binary | 110111 | 11000010 | 10101010 | 1001000 | 0 | 1100 | 11000 | 10101010 | 111000 | 110001 |
Color Harmonies of #37C2AA
Complementary color
Monochromatic Colors of #37C2AA
Black with #37C2AA
Text Example
Text Example
White with #37C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C2AA; }
p { color: rgb(55,194,170); }
H1.HeaderClassName
{
color: #37C2AA;
}
.AnyTagClassName
{
color: #37C2AA;
}
</style>
background-color css
<style>
a { background-color: #37C2AA; }
a { background-color: rgb(55,194,170); }
div.DivClassName
{
background-color: #37C2AA;
}
.BgClassName
{
background-color: #37C2AA;
}
</style>
border-color css
<style>
span { border-color: #37C2AA; }
span { border-color: rgb(55,194,170); }
td.TdClassName
{
border-color: #37C2AA;
}
.TagClassName
{
border-color: #37C2AA;
}
</style>