Shades of Shamrock #37DDA8
Tints of Shamrock #37DDA8
RGB
CMYK
RGB Variations
Color information
#37DDA8 (or 0x37DDA8) is known color: Shamrock. HEX triplet: 37, DD and A8. RGB value is (55,221,168). Sum of RGB (Red+Green+Blue) = 55+221+168=444 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.39% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37DDA8 is #C82257. Grayscale: #A5A5A5. Windows color (decimal): -13115992 or 11066679. OLE color: 11066679.
HSL color Cylindrical-coordinate representation of color #37DDA8: hue angle of 160.84º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DDA8 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 221 | 168 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.13 |
| HSL | 160.84º | 0.71% | 0.54% | - |
| HSV(B) | 160.84º | 0.75% | 0.87% | - |
| XYZ | 34.5 | 55.35 | 45.91 | - |
| YUV | 165.32 | 129.5 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 221 | 168 | 0.75 | 0 | 0.24 | 0.13 | 160.84 | 0.71 | 0.54 |
| Hex | 37 | DD | A8 | 4B | 0 | 18 | D | A1 | 47 | 36 |
| Octal | 67 | 335 | 250 | 113 | 0 | 30 | 15 | 241 | 107 | 66 |
| Binary | 110111 | 11011101 | 10101000 | 1001011 | 0 | 11000 | 1101 | 10100001 | 1000111 | 110110 |
Color Harmonies of #37DDA8
Complementary color
Monochromatic Colors of #37DDA8
Black with #37DDA8
Text Example
Text Example
White with #37DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DDA8; }
p { color: rgb(55,221,168); }
H1.HeaderClassName
{
color: #37DDA8;
}
.AnyTagClassName
{
color: #37DDA8;
}
</style>
background-color css
<style>
a { background-color: #37DDA8; }
a { background-color: rgb(55,221,168); }
div.DivClassName
{
background-color: #37DDA8;
}
.BgClassName
{
background-color: #37DDA8;
}
</style>
border-color css
<style>
span { border-color: #37DDA8; }
span { border-color: rgb(55,221,168); }
td.TdClassName
{
border-color: #37DDA8;
}
.TagClassName
{
border-color: #37DDA8;
}
</style>