Shades of Shamrock #37DDA6
Tints of Shamrock #37DDA6
RGB
CMYK
RGB Variations
Color information
#37DDA6 (or 0x37DDA6) is known color: Shamrock. HEX triplet: 37, DD and A6. RGB value is (55,221,166). Sum of RGB (Red+Green+Blue) = 55+221+166=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37DDA6 is #C82259. Grayscale: #A5A5A5. Windows color (decimal): -13115994 or 10935607. OLE color: 10935607.
HSL color Cylindrical-coordinate representation of color #37DDA6: hue angle of 160.12º 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 #37DDA6 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 221 | 166 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.13 |
| HSL | 160.12º | 0.71% | 0.54% | - |
| HSV(B) | 160.12º | 0.75% | 0.87% | - |
| XYZ | 34.31 | 55.28 | 44.94 | - |
| YUV | 165.1 | 128.5 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 221 | 166 | 0.75 | 0 | 0.25 | 0.13 | 160.12 | 0.71 | 0.54 |
| Hex | 37 | DD | A6 | 4B | 0 | 19 | D | A0 | 47 | 36 |
| Octal | 67 | 335 | 246 | 113 | 0 | 31 | 15 | 240 | 107 | 66 |
| Binary | 110111 | 11011101 | 10100110 | 1001011 | 0 | 11001 | 1101 | 10100000 | 1000111 | 110110 |
Color Harmonies of #37DDA6
Complementary color
Monochromatic Colors of #37DDA6
Black with #37DDA6
Text Example
Text Example
White with #37DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DDA6; }
p { color: rgb(55,221,166); }
H1.HeaderClassName
{
color: #37DDA6;
}
.AnyTagClassName
{
color: #37DDA6;
}
</style>
background-color css
<style>
a { background-color: #37DDA6; }
a { background-color: rgb(55,221,166); }
div.DivClassName
{
background-color: #37DDA6;
}
.BgClassName
{
background-color: #37DDA6;
}
</style>
border-color css
<style>
span { border-color: #37DDA6; }
span { border-color: rgb(55,221,166); }
td.TdClassName
{
border-color: #37DDA6;
}
.TagClassName
{
border-color: #37DDA6;
}
</style>