Shades of Niagara #37B299
Tints of Niagara #37B299
RGB
CMYK
RGB Variations
Color information
#37B299 (or 0x37B299) is known color: Niagara. HEX triplet: 37, B2 and 99. RGB value is (55,178,153). Sum of RGB (Red+Green+Blue) = 55+178+153=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #37B299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37B299 is #C84D66. Grayscale: #8A8A8A. Windows color (decimal): -13127015 or 10072631. OLE color: 10072631.
HSL color Cylindrical-coordinate representation of color #37B299: hue angle of 167.8º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37B299 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 178 | 153 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.30 |
| HSL | 167.8º | 0.53% | 0.46% | - |
| HSV(B) | 167.8º | 0.69% | 0.7% | - |
| XYZ | 23.25 | 34.95 | 35.66 | - |
| YUV | 138.37 | 136.25 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 178 | 153 | 0.69 | 0 | 0.14 | 0.30 | 167.8 | 0.53 | 0.46 |
| Hex | 37 | B2 | 99 | 45 | 0 | E | 1E | A8 | 35 | 2E |
| Octal | 67 | 262 | 231 | 105 | 0 | 16 | 36 | 250 | 65 | 56 |
| Binary | 110111 | 10110010 | 10011001 | 1000101 | 0 | 1110 | 11110 | 10101000 | 110101 | 101110 |
Color Harmonies of #37B299
Complementary color
Monochromatic Colors of #37B299
Black with #37B299
Text Example
Text Example
White with #37B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B299; }
p { color: rgb(55,178,153); }
H1.HeaderClassName
{
color: #37B299;
}
.AnyTagClassName
{
color: #37B299;
}
</style>
background-color css
<style>
a { background-color: #37B299; }
a { background-color: rgb(55,178,153); }
div.DivClassName
{
background-color: #37B299;
}
.BgClassName
{
background-color: #37B299;
}
</style>
border-color css
<style>
span { border-color: #37B299; }
span { border-color: rgb(55,178,153); }
td.TdClassName
{
border-color: #37B299;
}
.TagClassName
{
border-color: #37B299;
}
</style>