Shades of Niagara #36B59A
Tints of Niagara #36B59A
RGB
CMYK
RGB Variations
Color information
#36B59A (or 0x36B59A) is known color: Niagara. HEX triplet: 36, B5 and 9A. RGB value is (54,181,154). Sum of RGB (Red+Green+Blue) = 54+181+154=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #36B59A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36B59A is #C94A65. Grayscale: #8B8B8B. Windows color (decimal): -13191782 or 10138934. OLE color: 10138934.
HSL color Cylindrical-coordinate representation of color #36B59A: hue angle of 167.24º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B59A is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 181 | 154 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.29 |
| HSL | 167.24º | 0.54% | 0.46% | - |
| HSV(B) | 167.24º | 0.7% | 0.71% | - |
| XYZ | 23.88 | 36.17 | 36.29 | - |
| YUV | 139.95 | 135.92 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 181 | 154 | 0.70 | 0 | 0.15 | 0.29 | 167.24 | 0.54 | 0.46 |
| Hex | 36 | B5 | 9A | 46 | 0 | F | 1D | A7 | 36 | 2E |
| Octal | 66 | 265 | 232 | 106 | 0 | 17 | 35 | 247 | 66 | 56 |
| Binary | 110110 | 10110101 | 10011010 | 1000110 | 0 | 1111 | 11101 | 10100111 | 110110 | 101110 |
Color Harmonies of #36B59A
Complementary color
Monochromatic Colors of #36B59A
Black with #36B59A
Text Example
Text Example
White with #36B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B59A; }
p { color: rgb(54,181,154); }
H1.HeaderClassName
{
color: #36B59A;
}
.AnyTagClassName
{
color: #36B59A;
}
</style>
background-color css
<style>
a { background-color: #36B59A; }
a { background-color: rgb(54,181,154); }
div.DivClassName
{
background-color: #36B59A;
}
.BgClassName
{
background-color: #36B59A;
}
</style>
border-color css
<style>
span { border-color: #36B59A; }
span { border-color: rgb(54,181,154); }
td.TdClassName
{
border-color: #36B59A;
}
.TagClassName
{
border-color: #36B59A;
}
</style>