Shades of Shamrock #37CFAA
Tints of Shamrock #37CFAA
RGB
CMYK
RGB Variations
Color information
#37CFAA (or 0x37CFAA) is known color: Shamrock. HEX triplet: 37, CF and AA. RGB value is (55,207,170). Sum of RGB (Red+Green+Blue) = 55+207+170=432 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.73% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CFAA is #C83055. Grayscale: #9D9D9D. Windows color (decimal): -13119574 or 11194167. OLE color: 11194167.
HSL color Cylindrical-coordinate representation of color #37CFAA: hue angle of 165.39º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CFAA is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 170 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.19 |
| HSL | 165.39º | 0.61% | 0.51% | - |
| HSV(B) | 165.39º | 0.73% | 0.81% | - |
| XYZ | 31.14 | 48.34 | 45.72 | - |
| YUV | 157.33 | 135.14 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 170 | 0.73 | 0 | 0.18 | 0.19 | 165.39 | 0.61 | 0.51 |
| Hex | 37 | CF | AA | 49 | 0 | 12 | 13 | A5 | 3D | 33 |
| Octal | 67 | 317 | 252 | 111 | 0 | 22 | 23 | 245 | 75 | 63 |
| Binary | 110111 | 11001111 | 10101010 | 1001001 | 0 | 10010 | 10011 | 10100101 | 111101 | 110011 |
Color Harmonies of #37CFAA
Complementary color
Monochromatic Colors of #37CFAA
Black with #37CFAA
Text Example
Text Example
White with #37CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFAA; }
p { color: rgb(55,207,170); }
H1.HeaderClassName
{
color: #37CFAA;
}
.AnyTagClassName
{
color: #37CFAA;
}
</style>
background-color css
<style>
a { background-color: #37CFAA; }
a { background-color: rgb(55,207,170); }
div.DivClassName
{
background-color: #37CFAA;
}
.BgClassName
{
background-color: #37CFAA;
}
</style>
border-color css
<style>
span { border-color: #37CFAA; }
span { border-color: rgb(55,207,170); }
td.TdClassName
{
border-color: #37CFAA;
}
.TagClassName
{
border-color: #37CFAA;
}
</style>