Shades of Niagara #37A994
Tints of Niagara #37A994
RGB
CMYK
RGB Variations
Color information
#37A994 (or 0x37A994) is known color: Niagara. HEX triplet: 37, A9 and 94. RGB value is (55,169,148). Sum of RGB (Red+Green+Blue) = 55+169+148=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 169 - color contains mainly: green. Hex color #37A994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A994 is #C8566B. Grayscale: #848484. Windows color (decimal): -13129324 or 9742647. OLE color: 9742647.
HSL color Cylindrical-coordinate representation of color #37A994: hue angle of 168.95º 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 #37A994 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 169 | 148 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.34 |
| HSL | 168.95º | 0.51% | 0.44% | - |
| HSV(B) | 168.95º | 0.67% | 0.66% | - |
| XYZ | 21.11 | 31.33 | 32.95 | - |
| YUV | 132.52 | 136.73 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 169 | 148 | 0.67 | 0 | 0.12 | 0.34 | 168.95 | 0.51 | 0.44 |
| Hex | 37 | A9 | 94 | 43 | 0 | C | 22 | A9 | 33 | 2C |
| Octal | 67 | 251 | 224 | 103 | 0 | 14 | 42 | 251 | 63 | 54 |
| Binary | 110111 | 10101001 | 10010100 | 1000011 | 0 | 1100 | 100010 | 10101001 | 110011 | 101100 |
Color Harmonies of #37A994
Complementary color
Monochromatic Colors of #37A994
Black with #37A994
Text Example
Text Example
White with #37A994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A994; }
p { color: rgb(55,169,148); }
H1.HeaderClassName
{
color: #37A994;
}
.AnyTagClassName
{
color: #37A994;
}
</style>
background-color css
<style>
a { background-color: #37A994; }
a { background-color: rgb(55,169,148); }
div.DivClassName
{
background-color: #37A994;
}
.BgClassName
{
background-color: #37A994;
}
</style>
border-color css
<style>
span { border-color: #37A994; }
span { border-color: rgb(55,169,148); }
td.TdClassName
{
border-color: #37A994;
}
.TagClassName
{
border-color: #37A994;
}
</style>