Shades of Shamrock #37DDA5
Tints of Shamrock #37DDA5
RGB
CMYK
RGB Variations
Color information
#37DDA5 (or 0x37DDA5) is known color: Shamrock. HEX triplet: 37, DD and A5. RGB value is (55,221,165). Sum of RGB (Red+Green+Blue) = 55+221+165=441 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.47% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37DDA5 is #C8225A. Grayscale: #A5A5A5. Windows color (decimal): -13115995 or 10870071. OLE color: 10870071.
HSL color Cylindrical-coordinate representation of color #37DDA5: hue angle of 159.76º 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 #37DDA5 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 221 | 165 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.13 |
| HSL | 159.76º | 0.71% | 0.54% | - |
| HSV(B) | 159.76º | 0.75% | 0.87% | - |
| XYZ | 34.22 | 55.24 | 44.46 | - |
| YUV | 164.98 | 128 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 221 | 165 | 0.75 | 0 | 0.25 | 0.13 | 159.76 | 0.71 | 0.54 |
| Hex | 37 | DD | A5 | 4B | 0 | 19 | D | A0 | 47 | 36 |
| Octal | 67 | 335 | 245 | 113 | 0 | 31 | 15 | 240 | 107 | 66 |
| Binary | 110111 | 11011101 | 10100101 | 1001011 | 0 | 11001 | 1101 | 10100000 | 1000111 | 110110 |
Color Harmonies of #37DDA5
Complementary color
Monochromatic Colors of #37DDA5
Black with #37DDA5
Text Example
Text Example
White with #37DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DDA5; }
p { color: rgb(55,221,165); }
H1.HeaderClassName
{
color: #37DDA5;
}
.AnyTagClassName
{
color: #37DDA5;
}
</style>
background-color css
<style>
a { background-color: #37DDA5; }
a { background-color: rgb(55,221,165); }
div.DivClassName
{
background-color: #37DDA5;
}
.BgClassName
{
background-color: #37DDA5;
}
</style>
border-color css
<style>
span { border-color: #37DDA5; }
span { border-color: rgb(55,221,165); }
td.TdClassName
{
border-color: #37DDA5;
}
.TagClassName
{
border-color: #37DDA5;
}
</style>