Shades of Niagara #37B49D
Tints of Niagara #37B49D
RGB
CMYK
RGB Variations
Color information
#37B49D (or 0x37B49D) is known color: Niagara. HEX triplet: 37, B4 and 9D. RGB value is (55,180,157). Sum of RGB (Red+Green+Blue) = 55+180+157=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #37B49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B49D is #C84B62. Grayscale: #8B8B8B. Windows color (decimal): -13126499 or 10335287. OLE color: 10335287.
HSL color Cylindrical-coordinate representation of color #37B49D: hue angle of 168.96º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37B49D is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 180 | 157 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.29 |
| HSL | 168.96º | 0.53% | 0.46% | - |
| HSV(B) | 168.96º | 0.69% | 0.71% | - |
| XYZ | 23.98 | 35.89 | 37.56 | - |
| YUV | 140 | 137.59 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 180 | 157 | 0.69 | 0 | 0.13 | 0.29 | 168.96 | 0.53 | 0.46 |
| Hex | 37 | B4 | 9D | 45 | 0 | D | 1D | A9 | 35 | 2E |
| Octal | 67 | 264 | 235 | 105 | 0 | 15 | 35 | 251 | 65 | 56 |
| Binary | 110111 | 10110100 | 10011101 | 1000101 | 0 | 1101 | 11101 | 10101001 | 110101 | 101110 |
Color Harmonies of #37B49D
Complementary color
Monochromatic Colors of #37B49D
Black with #37B49D
Text Example
Text Example
White with #37B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B49D; }
p { color: rgb(55,180,157); }
H1.HeaderClassName
{
color: #37B49D;
}
.AnyTagClassName
{
color: #37B49D;
}
</style>
background-color css
<style>
a { background-color: #37B49D; }
a { background-color: rgb(55,180,157); }
div.DivClassName
{
background-color: #37B49D;
}
.BgClassName
{
background-color: #37B49D;
}
</style>
border-color css
<style>
span { border-color: #37B49D; }
span { border-color: rgb(55,180,157); }
td.TdClassName
{
border-color: #37B49D;
}
.TagClassName
{
border-color: #37B49D;
}
</style>