Shades of Shamrock #37C8AF
Tints of Shamrock #37C8AF
RGB
CMYK
RGB Variations
Color information
#37C8AF (or 0x37C8AF) is known color: Shamrock. HEX triplet: 37, C8 and AF. RGB value is (55,200,175). Sum of RGB (Red+Green+Blue) = 55+200+175=430 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.79% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #37C8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C8AF is #C83750. Grayscale: #999999. Windows color (decimal): -13121361 or 11520055. OLE color: 11520055.
HSL color Cylindrical-coordinate representation of color #37C8AF: hue angle of 169.66º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C8AF is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 200 | 175 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.22 |
| HSL | 169.66º | 0.57% | 0.5% | - |
| HSV(B) | 169.66º | 0.73% | 0.78% | - |
| XYZ | 29.97 | 45.22 | 47.71 | - |
| YUV | 153.8 | 139.96 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 200 | 175 | 0.72 | 0 | 0.12 | 0.22 | 169.66 | 0.57 | 0.5 |
| Hex | 37 | C8 | AF | 48 | 0 | C | 16 | AA | 39 | 32 |
| Octal | 67 | 310 | 257 | 110 | 0 | 14 | 26 | 252 | 71 | 62 |
| Binary | 110111 | 11001000 | 10101111 | 1001000 | 0 | 1100 | 10110 | 10101010 | 111001 | 110010 |
Color Harmonies of #37C8AF
Complementary color
Monochromatic Colors of #37C8AF
Black with #37C8AF
Text Example
Text Example
White with #37C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C8AF; }
p { color: rgb(55,200,175); }
H1.HeaderClassName
{
color: #37C8AF;
}
.AnyTagClassName
{
color: #37C8AF;
}
</style>
background-color css
<style>
a { background-color: #37C8AF; }
a { background-color: rgb(55,200,175); }
div.DivClassName
{
background-color: #37C8AF;
}
.BgClassName
{
background-color: #37C8AF;
}
</style>
border-color css
<style>
span { border-color: #37C8AF; }
span { border-color: rgb(55,200,175); }
td.TdClassName
{
border-color: #37C8AF;
}
.TagClassName
{
border-color: #37C8AF;
}
</style>