Shades of Niagara #37AA99
Tints of Niagara #37AA99
RGB
CMYK
RGB Variations
Color information
#37AA99 (or 0x37AA99) is known color: Niagara. HEX triplet: 37, AA and 99. RGB value is (55,170,153). Sum of RGB (Red+Green+Blue) = 55+170+153=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #37AA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AA99 is #C85566. Grayscale: #858585. Windows color (decimal): -13129063 or 10070583. OLE color: 10070583.
HSL color Cylindrical-coordinate representation of color #37AA99: hue angle of 171.13º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37AA99 is Cyan = 0.68, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 170 | 153 | - |
| CMYK | 0.68 | 0 | 0.1 | 0.33 |
| HSL | 171.13º | 0.51% | 0.44% | - |
| HSV(B) | 171.13º | 0.68% | 0.67% | - |
| XYZ | 21.7 | 31.86 | 35.14 | - |
| YUV | 133.68 | 138.9 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 170 | 153 | 0.68 | 0 | 0.1 | 0.33 | 171.13 | 0.51 | 0.44 |
| Hex | 37 | AA | 99 | 44 | 0 | A | 21 | AB | 33 | 2C |
| Octal | 67 | 252 | 231 | 104 | 0 | 12 | 41 | 253 | 63 | 54 |
| Binary | 110111 | 10101010 | 10011001 | 1000100 | 0 | 1010 | 100001 | 10101011 | 110011 | 101100 |
Color Harmonies of #37AA99
Complementary color
Monochromatic Colors of #37AA99
Black with #37AA99
Text Example
Text Example
White with #37AA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AA99; }
p { color: rgb(55,170,153); }
H1.HeaderClassName
{
color: #37AA99;
}
.AnyTagClassName
{
color: #37AA99;
}
</style>
background-color css
<style>
a { background-color: #37AA99; }
a { background-color: rgb(55,170,153); }
div.DivClassName
{
background-color: #37AA99;
}
.BgClassName
{
background-color: #37AA99;
}
</style>
border-color css
<style>
span { border-color: #37AA99; }
span { border-color: rgb(55,170,153); }
td.TdClassName
{
border-color: #37AA99;
}
.TagClassName
{
border-color: #37AA99;
}
</style>