Shades of Shamrock #37FFA6
Tints of Shamrock #37FFA6
RGB
CMYK
RGB Variations
Color information
#37FFA6 (or 0x37FFA6) is known color: Shamrock. HEX triplet: 37, FF and A6. RGB value is (55,255,166). Sum of RGB (Red+Green+Blue) = 55+255+166=476 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.55% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37FFA6 is #C80059. Grayscale: #B9B9B9. Windows color (decimal): -13107290 or 10944311. OLE color: 10944311.
HSL color Cylindrical-coordinate representation of color #37FFA6: hue angle of 153.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FFA6 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 166 | - |
| CMYK | 0.78 | 0 | 0.35 | 0 |
| HSL | 153.3º | 1% | 0.61% | - |
| HSV(B) | 153.3º | 0.78% | 1% | - |
| XYZ | 44.22 | 75.09 | 48.24 | - |
| YUV | 185.05 | 117.24 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 166 | 0.78 | 0 | 0.35 | 0 | 153.3 | 1 | 0.61 |
| Hex | 37 | FF | A6 | 4E | 0 | 23 | 0 | 99 | 64 | 3D |
| Octal | 67 | 377 | 246 | 116 | 0 | 43 | 0 | 231 | 144 | 75 |
| Binary | 110111 | 11111111 | 10100110 | 1001110 | 0 | 100011 | 0 | 10011001 | 1100100 | 111101 |
Color Harmonies of #37FFA6
Complementary color
Monochromatic Colors of #37FFA6
Black with #37FFA6
Text Example
Text Example
White with #37FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFA6; }
p { color: rgb(55,255,166); }
H1.HeaderClassName
{
color: #37FFA6;
}
.AnyTagClassName
{
color: #37FFA6;
}
</style>
background-color css
<style>
a { background-color: #37FFA6; }
a { background-color: rgb(55,255,166); }
div.DivClassName
{
background-color: #37FFA6;
}
.BgClassName
{
background-color: #37FFA6;
}
</style>
border-color css
<style>
span { border-color: #37FFA6; }
span { border-color: rgb(55,255,166); }
td.TdClassName
{
border-color: #37FFA6;
}
.TagClassName
{
border-color: #37FFA6;
}
</style>