Shades of Shamrock #37D2A5
Tints of Shamrock #37D2A5
RGB
CMYK
RGB Variations
Color information
#37D2A5 (or 0x37D2A5) is known color: Shamrock. HEX triplet: 37, D2 and A5. RGB value is (55,210,165). Sum of RGB (Red+Green+Blue) = 55+210+165=430 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.79% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #37D2A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37D2A5 is #C82D5A. Grayscale: #9E9E9E. Windows color (decimal): -13118811 or 10867255. OLE color: 10867255.
HSL color Cylindrical-coordinate representation of color #37D2A5: hue angle of 162.58º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D2A5 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 210 | 165 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.18 |
| HSL | 162.58º | 0.63% | 0.52% | - |
| HSV(B) | 162.58º | 0.74% | 0.82% | - |
| XYZ | 31.41 | 49.62 | 43.52 | - |
| YUV | 158.53 | 131.65 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 210 | 165 | 0.74 | 0 | 0.21 | 0.18 | 162.58 | 0.63 | 0.52 |
| Hex | 37 | D2 | A5 | 4A | 0 | 15 | 12 | A3 | 3F | 34 |
| Octal | 67 | 322 | 245 | 112 | 0 | 25 | 22 | 243 | 77 | 64 |
| Binary | 110111 | 11010010 | 10100101 | 1001010 | 0 | 10101 | 10010 | 10100011 | 111111 | 110100 |
Color Harmonies of #37D2A5
Complementary color
Monochromatic Colors of #37D2A5
Black with #37D2A5
Text Example
Text Example
White with #37D2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D2A5; }
p { color: rgb(55,210,165); }
H1.HeaderClassName
{
color: #37D2A5;
}
.AnyTagClassName
{
color: #37D2A5;
}
</style>
background-color css
<style>
a { background-color: #37D2A5; }
a { background-color: rgb(55,210,165); }
div.DivClassName
{
background-color: #37D2A5;
}
.BgClassName
{
background-color: #37D2A5;
}
</style>
border-color css
<style>
span { border-color: #37D2A5; }
span { border-color: rgb(55,210,165); }
td.TdClassName
{
border-color: #37D2A5;
}
.TagClassName
{
border-color: #37D2A5;
}
</style>