Shades of Niagara #37B49B
Tints of Niagara #37B49B
RGB
CMYK
RGB Variations
Color information
#37B49B (or 0x37B49B) is known color: Niagara. HEX triplet: 37, B4 and 9B. RGB value is (55,180,155). Sum of RGB (Red+Green+Blue) = 55+180+155=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #37B49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B49B is #C84B64. Grayscale: #8B8B8B. Windows color (decimal): -13126501 or 10204215. OLE color: 10204215.
HSL color Cylindrical-coordinate representation of color #37B49B: hue angle of 168º 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 #37B49B is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 180 | 155 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.29 |
| HSL | 168º | 0.53% | 0.46% | - |
| HSV(B) | 168º | 0.69% | 0.71% | - |
| XYZ | 23.81 | 35.82 | 36.67 | - |
| YUV | 139.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 180 | 155 | 0.69 | 0 | 0.14 | 0.29 | 168 | 0.53 | 0.46 |
| Hex | 37 | B4 | 9B | 45 | 0 | E | 1D | A8 | 35 | 2E |
| Octal | 67 | 264 | 233 | 105 | 0 | 16 | 35 | 250 | 65 | 56 |
| Binary | 110111 | 10110100 | 10011011 | 1000101 | 0 | 1110 | 11101 | 10101000 | 110101 | 101110 |
Color Harmonies of #37B49B
Complementary color
Monochromatic Colors of #37B49B
Black with #37B49B
Text Example
Text Example
White with #37B49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B49B; }
p { color: rgb(55,180,155); }
H1.HeaderClassName
{
color: #37B49B;
}
.AnyTagClassName
{
color: #37B49B;
}
</style>
background-color css
<style>
a { background-color: #37B49B; }
a { background-color: rgb(55,180,155); }
div.DivClassName
{
background-color: #37B49B;
}
.BgClassName
{
background-color: #37B49B;
}
</style>
border-color css
<style>
span { border-color: #37B49B; }
span { border-color: rgb(55,180,155); }
td.TdClassName
{
border-color: #37B49B;
}
.TagClassName
{
border-color: #37B49B;
}
</style>