Shades of Shamrock #37F1A8
Tints of Shamrock #37F1A8
RGB
CMYK
RGB Variations
Color information
#37F1A8 (or 0x37F1A8) is known color: Shamrock. HEX triplet: 37, F1 and A8. RGB value is (55,241,168). Sum of RGB (Red+Green+Blue) = 55+241+168=464 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.85% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #37F1A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37F1A8 is #C80E57. Grayscale: #B1B1B1. Windows color (decimal): -13110872 or 11071799. OLE color: 11071799.
HSL color Cylindrical-coordinate representation of color #37F1A8: hue angle of 156.45º degrees, saturation: 0.87, 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 #37F1A8 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 241 | 168 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.05 |
| HSL | 156.45º | 0.87% | 0.58% | - |
| HSV(B) | 156.45º | 0.77% | 0.95% | - |
| XYZ | 40.1 | 66.55 | 47.78 | - |
| YUV | 177.06 | 122.88 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 241 | 168 | 0.77 | 0 | 0.30 | 0.05 | 156.45 | 0.87 | 0.58 |
| Hex | 37 | F1 | A8 | 4D | 0 | 1E | 5 | 9C | 57 | 3A |
| Octal | 67 | 361 | 250 | 115 | 0 | 36 | 5 | 234 | 127 | 72 |
| Binary | 110111 | 11110001 | 10101000 | 1001101 | 0 | 11110 | 101 | 10011100 | 1010111 | 111010 |
Color Harmonies of #37F1A8
Complementary color
Monochromatic Colors of #37F1A8
Black with #37F1A8
Text Example
Text Example
White with #37F1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F1A8; }
p { color: rgb(55,241,168); }
H1.HeaderClassName
{
color: #37F1A8;
}
.AnyTagClassName
{
color: #37F1A8;
}
</style>
background-color css
<style>
a { background-color: #37F1A8; }
a { background-color: rgb(55,241,168); }
div.DivClassName
{
background-color: #37F1A8;
}
.BgClassName
{
background-color: #37F1A8;
}
</style>
border-color css
<style>
span { border-color: #37F1A8; }
span { border-color: rgb(55,241,168); }
td.TdClassName
{
border-color: #37F1A8;
}
.TagClassName
{
border-color: #37F1A8;
}
</style>