Shades of Niagara #37A996
Tints of Niagara #37A996
RGB
CMYK
RGB Variations
Color information
#37A996 (or 0x37A996) is known color: Niagara. HEX triplet: 37, A9 and 96. RGB value is (55,169,150). Sum of RGB (Red+Green+Blue) = 55+169+150=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #37A996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A996 is #C85669. Grayscale: #848484. Windows color (decimal): -13129322 or 9873719. OLE color: 9873719.
HSL color Cylindrical-coordinate representation of color #37A996: hue angle of 170º 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 #37A996 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 169 | 150 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.34 |
| HSL | 170º | 0.51% | 0.44% | - |
| HSV(B) | 170º | 0.67% | 0.66% | - |
| XYZ | 21.27 | 31.39 | 33.79 | - |
| YUV | 132.75 | 137.73 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 169 | 150 | 0.67 | 0 | 0.11 | 0.34 | 170 | 0.51 | 0.44 |
| Hex | 37 | A9 | 96 | 43 | 0 | B | 22 | AA | 33 | 2C |
| Octal | 67 | 251 | 226 | 103 | 0 | 13 | 42 | 252 | 63 | 54 |
| Binary | 110111 | 10101001 | 10010110 | 1000011 | 0 | 1011 | 100010 | 10101010 | 110011 | 101100 |
Color Harmonies of #37A996
Complementary color
Monochromatic Colors of #37A996
Black with #37A996
Text Example
Text Example
White with #37A996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A996; }
p { color: rgb(55,169,150); }
H1.HeaderClassName
{
color: #37A996;
}
.AnyTagClassName
{
color: #37A996;
}
</style>
background-color css
<style>
a { background-color: #37A996; }
a { background-color: rgb(55,169,150); }
div.DivClassName
{
background-color: #37A996;
}
.BgClassName
{
background-color: #37A996;
}
</style>
border-color css
<style>
span { border-color: #37A996; }
span { border-color: rgb(55,169,150); }
td.TdClassName
{
border-color: #37A996;
}
.TagClassName
{
border-color: #37A996;
}
</style>