Shades of Shamrock #37F2A8
Tints of Shamrock #37F2A8
RGB
CMYK
RGB Variations
Color information
#37F2A8 (or 0x37F2A8) is known color: Shamrock. HEX triplet: 37, F2 and A8. RGB value is (55,242,168). Sum of RGB (Red+Green+Blue) = 55+242+168=465 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.83% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #37F2A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37F2A8 is #C80D57. Grayscale: #B1B1B1. Windows color (decimal): -13110616 or 11072055. OLE color: 11072055.
HSL color Cylindrical-coordinate representation of color #37F2A8: hue angle of 156.26º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F2A8 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 242 | 168 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.05 |
| HSL | 156.26º | 0.88% | 0.58% | - |
| HSV(B) | 156.26º | 0.77% | 0.95% | - |
| XYZ | 40.4 | 67.14 | 47.88 | - |
| YUV | 177.65 | 122.55 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 168 | 0.77 | 0 | 0.31 | 0.05 | 156.26 | 0.88 | 0.58 |
| Hex | 37 | F2 | A8 | 4D | 0 | 1F | 5 | 9C | 58 | 3A |
| Octal | 67 | 362 | 250 | 115 | 0 | 37 | 5 | 234 | 130 | 72 |
| Binary | 110111 | 11110010 | 10101000 | 1001101 | 0 | 11111 | 101 | 10011100 | 1011000 | 111010 |
Color Harmonies of #37F2A8
Complementary color
Monochromatic Colors of #37F2A8
Black with #37F2A8
Text Example
Text Example
White with #37F2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F2A8; }
p { color: rgb(55,242,168); }
H1.HeaderClassName
{
color: #37F2A8;
}
.AnyTagClassName
{
color: #37F2A8;
}
</style>
background-color css
<style>
a { background-color: #37F2A8; }
a { background-color: rgb(55,242,168); }
div.DivClassName
{
background-color: #37F2A8;
}
.BgClassName
{
background-color: #37F2A8;
}
</style>
border-color css
<style>
span { border-color: #37F2A8; }
span { border-color: rgb(55,242,168); }
td.TdClassName
{
border-color: #37F2A8;
}
.TagClassName
{
border-color: #37F2A8;
}
</style>