Shades of Shamrock #37C8B1
Tints of Shamrock #37C8B1
RGB
CMYK
RGB Variations
Color information
#37C8B1 (or 0x37C8B1) is known color: Shamrock. HEX triplet: 37, C8 and B1. RGB value is (55,200,177). Sum of RGB (Red+Green+Blue) = 55+200+177=432 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.73% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #37C8B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C8B1 is #C8374E. Grayscale: #999999. Windows color (decimal): -13121359 or 11651127. OLE color: 11651127.
HSL color Cylindrical-coordinate representation of color #37C8B1: hue angle of 170.48º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C8B1 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 200 | 177 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.22 |
| HSL | 170.48º | 0.57% | 0.5% | - |
| HSV(B) | 170.48º | 0.73% | 0.78% | - |
| XYZ | 30.17 | 45.3 | 48.75 | - |
| YUV | 154.02 | 140.96 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 200 | 177 | 0.72 | 0 | 0.12 | 0.22 | 170.48 | 0.57 | 0.5 |
| Hex | 37 | C8 | B1 | 48 | 0 | C | 16 | AA | 39 | 32 |
| Octal | 67 | 310 | 261 | 110 | 0 | 14 | 26 | 252 | 71 | 62 |
| Binary | 110111 | 11001000 | 10110001 | 1001000 | 0 | 1100 | 10110 | 10101010 | 111001 | 110010 |
Color Harmonies of #37C8B1
Complementary color
Monochromatic Colors of #37C8B1
Black with #37C8B1
Text Example
Text Example
White with #37C8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C8B1; }
p { color: rgb(55,200,177); }
H1.HeaderClassName
{
color: #37C8B1;
}
.AnyTagClassName
{
color: #37C8B1;
}
</style>
background-color css
<style>
a { background-color: #37C8B1; }
a { background-color: rgb(55,200,177); }
div.DivClassName
{
background-color: #37C8B1;
}
.BgClassName
{
background-color: #37C8B1;
}
</style>
border-color css
<style>
span { border-color: #37C8B1; }
span { border-color: rgb(55,200,177); }
td.TdClassName
{
border-color: #37C8B1;
}
.TagClassName
{
border-color: #37C8B1;
}
</style>