Shades of Shamrock #37D8AB
Tints of Shamrock #37D8AB
RGB
CMYK
RGB Variations
Color information
#37D8AB (or 0x37D8AB) is known color: Shamrock. HEX triplet: 37, D8 and AB. RGB value is (55,216,171). Sum of RGB (Red+Green+Blue) = 55+216+171=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #37D8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37D8AB is #C82754. Grayscale: #A2A2A2. Windows color (decimal): -13117269 or 11262007. OLE color: 11262007.
HSL color Cylindrical-coordinate representation of color #37D8AB: hue angle of 163.23º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D8AB is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 216 | 171 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.15 |
| HSL | 163.23º | 0.67% | 0.53% | - |
| HSV(B) | 163.23º | 0.75% | 0.85% | - |
| XYZ | 33.48 | 52.86 | 46.97 | - |
| YUV | 162.73 | 132.66 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 216 | 171 | 0.75 | 0 | 0.21 | 0.15 | 163.23 | 0.67 | 0.53 |
| Hex | 37 | D8 | AB | 4B | 0 | 15 | F | A3 | 43 | 35 |
| Octal | 67 | 330 | 253 | 113 | 0 | 25 | 17 | 243 | 103 | 65 |
| Binary | 110111 | 11011000 | 10101011 | 1001011 | 0 | 10101 | 1111 | 10100011 | 1000011 | 110101 |
Color Harmonies of #37D8AB
Complementary color
Monochromatic Colors of #37D8AB
Black with #37D8AB
Text Example
Text Example
White with #37D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D8AB; }
p { color: rgb(55,216,171); }
H1.HeaderClassName
{
color: #37D8AB;
}
.AnyTagClassName
{
color: #37D8AB;
}
</style>
background-color css
<style>
a { background-color: #37D8AB; }
a { background-color: rgb(55,216,171); }
div.DivClassName
{
background-color: #37D8AB;
}
.BgClassName
{
background-color: #37D8AB;
}
</style>
border-color css
<style>
span { border-color: #37D8AB; }
span { border-color: rgb(55,216,171); }
td.TdClassName
{
border-color: #37D8AB;
}
.TagClassName
{
border-color: #37D8AB;
}
</style>