Shades of Shamrock #37F0AC
Tints of Shamrock #37F0AC
RGB
CMYK
RGB Variations
Color information
#37F0AC (or 0x37F0AC) is known color: Shamrock. HEX triplet: 37, F0 and AC. RGB value is (55,240,172). Sum of RGB (Red+Green+Blue) = 55+240+172=467 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.78% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #37F0AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37F0AC is #C80F53. Grayscale: #B1B1B1. Windows color (decimal): -13111124 or 11333687. OLE color: 11333687.
HSL color Cylindrical-coordinate representation of color #37F0AC: hue angle of 157.95º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F0AC is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 240 | 172 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.06 |
| HSL | 157.95º | 0.86% | 0.58% | - |
| HSV(B) | 157.95º | 0.77% | 0.94% | - |
| XYZ | 40.18 | 66.11 | 49.67 | - |
| YUV | 176.93 | 125.21 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 240 | 172 | 0.77 | 0 | 0.28 | 0.06 | 157.95 | 0.86 | 0.58 |
| Hex | 37 | F0 | AC | 4D | 0 | 1C | 6 | 9E | 56 | 3A |
| Octal | 67 | 360 | 254 | 115 | 0 | 34 | 6 | 236 | 126 | 72 |
| Binary | 110111 | 11110000 | 10101100 | 1001101 | 0 | 11100 | 110 | 10011110 | 1010110 | 111010 |
Color Harmonies of #37F0AC
Complementary color
Monochromatic Colors of #37F0AC
Black with #37F0AC
Text Example
Text Example
White with #37F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F0AC; }
p { color: rgb(55,240,172); }
H1.HeaderClassName
{
color: #37F0AC;
}
.AnyTagClassName
{
color: #37F0AC;
}
</style>
background-color css
<style>
a { background-color: #37F0AC; }
a { background-color: rgb(55,240,172); }
div.DivClassName
{
background-color: #37F0AC;
}
.BgClassName
{
background-color: #37F0AC;
}
</style>
border-color css
<style>
span { border-color: #37F0AC; }
span { border-color: rgb(55,240,172); }
td.TdClassName
{
border-color: #37F0AC;
}
.TagClassName
{
border-color: #37F0AC;
}
</style>