Shades of Shamrock #37BD9E
Tints of Shamrock #37BD9E
RGB
CMYK
RGB Variations
Color information
#37BD9E (or 0x37BD9E) is known color: Shamrock. HEX triplet: 37, BD and 9E. RGB value is (55,189,158). Sum of RGB (Red+Green+Blue) = 55+189+158=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #37BD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BD9E is #C84261. Grayscale: #919191. Windows color (decimal): -13124194 or 10403127. OLE color: 10403127.
HSL color Cylindrical-coordinate representation of color #37BD9E: hue angle of 166.12º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BD9E is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 189 | 158 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.26 |
| HSL | 166.12º | 0.55% | 0.48% | - |
| HSV(B) | 166.12º | 0.71% | 0.74% | - |
| XYZ | 25.94 | 39.68 | 38.64 | - |
| YUV | 145.4 | 135.11 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 189 | 158 | 0.71 | 0 | 0.16 | 0.26 | 166.12 | 0.55 | 0.48 |
| Hex | 37 | BD | 9E | 47 | 0 | 10 | 1A | A6 | 37 | 30 |
| Octal | 67 | 275 | 236 | 107 | 0 | 20 | 32 | 246 | 67 | 60 |
| Binary | 110111 | 10111101 | 10011110 | 1000111 | 0 | 10000 | 11010 | 10100110 | 110111 | 110000 |
Color Harmonies of #37BD9E
Complementary color
Monochromatic Colors of #37BD9E
Black with #37BD9E
Text Example
Text Example
White with #37BD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BD9E; }
p { color: rgb(55,189,158); }
H1.HeaderClassName
{
color: #37BD9E;
}
.AnyTagClassName
{
color: #37BD9E;
}
</style>
background-color css
<style>
a { background-color: #37BD9E; }
a { background-color: rgb(55,189,158); }
div.DivClassName
{
background-color: #37BD9E;
}
.BgClassName
{
background-color: #37BD9E;
}
</style>
border-color css
<style>
span { border-color: #37BD9E; }
span { border-color: rgb(55,189,158); }
td.TdClassName
{
border-color: #37BD9E;
}
.TagClassName
{
border-color: #37BD9E;
}
</style>