Shades of Shamrock #37BA9B
Tints of Shamrock #37BA9B
RGB
CMYK
RGB Variations
Color information
#37BA9B (or 0x37BA9B) is known color: Shamrock. HEX triplet: 37, BA and 9B. RGB value is (55,186,155). Sum of RGB (Red+Green+Blue) = 55+186+155=396 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.89% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #37BA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BA9B is #C84564. Grayscale: #8F8F8F. Windows color (decimal): -13124965 or 10205751. OLE color: 10205751.
HSL color Cylindrical-coordinate representation of color #37BA9B: hue angle of 165.8º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37BA9B is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 186 | 155 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.27 |
| HSL | 165.8º | 0.54% | 0.47% | - |
| HSV(B) | 165.8º | 0.7% | 0.73% | - |
| XYZ | 25.05 | 38.3 | 37.08 | - |
| YUV | 143.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 186 | 155 | 0.70 | 0 | 0.17 | 0.27 | 165.8 | 0.54 | 0.47 |
| Hex | 37 | BA | 9B | 46 | 0 | 11 | 1B | A6 | 36 | 2F |
| Octal | 67 | 272 | 233 | 106 | 0 | 21 | 33 | 246 | 66 | 57 |
| Binary | 110111 | 10111010 | 10011011 | 1000110 | 0 | 10001 | 11011 | 10100110 | 110110 | 101111 |
Color Harmonies of #37BA9B
Complementary color
Monochromatic Colors of #37BA9B
Black with #37BA9B
Text Example
Text Example
White with #37BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BA9B; }
p { color: rgb(55,186,155); }
H1.HeaderClassName
{
color: #37BA9B;
}
.AnyTagClassName
{
color: #37BA9B;
}
</style>
background-color css
<style>
a { background-color: #37BA9B; }
a { background-color: rgb(55,186,155); }
div.DivClassName
{
background-color: #37BA9B;
}
.BgClassName
{
background-color: #37BA9B;
}
</style>
border-color css
<style>
span { border-color: #37BA9B; }
span { border-color: rgb(55,186,155); }
td.TdClassName
{
border-color: #37BA9B;
}
.TagClassName
{
border-color: #37BA9B;
}
</style>