Shades of Niagara #37A99B
Tints of Niagara #37A99B
RGB
CMYK
RGB Variations
Color information
#37A99B (or 0x37A99B) is known color: Niagara. HEX triplet: 37, A9 and 9B. RGB value is (55,169,155). Sum of RGB (Red+Green+Blue) = 55+169+155=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #37A99B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A99B is #C85664. Grayscale: #858585. Windows color (decimal): -13129317 or 10201399. OLE color: 10201399.
HSL color Cylindrical-coordinate representation of color #37A99B: hue angle of 172.63º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37A99B is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 169 | 155 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.34 |
| HSL | 172.63º | 0.51% | 0.44% | - |
| HSV(B) | 172.63º | 0.67% | 0.66% | - |
| XYZ | 21.68 | 31.55 | 35.96 | - |
| YUV | 133.32 | 140.23 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 169 | 155 | 0.67 | 0 | 0.08 | 0.34 | 172.63 | 0.51 | 0.44 |
| Hex | 37 | A9 | 9B | 43 | 0 | 8 | 22 | AD | 33 | 2C |
| Octal | 67 | 251 | 233 | 103 | 0 | 10 | 42 | 255 | 63 | 54 |
| Binary | 110111 | 10101001 | 10011011 | 1000011 | 0 | 1000 | 100010 | 10101101 | 110011 | 101100 |
Color Harmonies of #37A99B
Complementary color
Monochromatic Colors of #37A99B
Black with #37A99B
Text Example
Text Example
White with #37A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A99B; }
p { color: rgb(55,169,155); }
H1.HeaderClassName
{
color: #37A99B;
}
.AnyTagClassName
{
color: #37A99B;
}
</style>
background-color css
<style>
a { background-color: #37A99B; }
a { background-color: rgb(55,169,155); }
div.DivClassName
{
background-color: #37A99B;
}
.BgClassName
{
background-color: #37A99B;
}
</style>
border-color css
<style>
span { border-color: #37A99B; }
span { border-color: rgb(55,169,155); }
td.TdClassName
{
border-color: #37A99B;
}
.TagClassName
{
border-color: #37A99B;
}
</style>