Shades of Niagara #36AB9C
Tints of Niagara #36AB9C
RGB
CMYK
RGB Variations
Color information
#36AB9C (or 0x36AB9C) is known color: Niagara. HEX triplet: 36, AB and 9C. RGB value is (54,171,156). Sum of RGB (Red+Green+Blue) = 54+171+156=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #36AB9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AB9C is #C95463. Grayscale: #868686. Windows color (decimal): -13194340 or 10267446. OLE color: 10267446.
HSL color Cylindrical-coordinate representation of color #36AB9C: hue angle of 172.31º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36AB9C is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 171 | 156 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.33 |
| HSL | 172.31º | 0.52% | 0.44% | - |
| HSV(B) | 172.31º | 0.68% | 0.67% | - |
| XYZ | 22.08 | 32.31 | 36.53 | - |
| YUV | 134.31 | 140.24 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 171 | 156 | 0.68 | 0 | 0.09 | 0.33 | 172.31 | 0.52 | 0.44 |
| Hex | 36 | AB | 9C | 44 | 0 | 9 | 21 | AC | 34 | 2C |
| Octal | 66 | 253 | 234 | 104 | 0 | 11 | 41 | 254 | 64 | 54 |
| Binary | 110110 | 10101011 | 10011100 | 1000100 | 0 | 1001 | 100001 | 10101100 | 110100 | 101100 |
Color Harmonies of #36AB9C
Complementary color
Monochromatic Colors of #36AB9C
Black with #36AB9C
Text Example
Text Example
White with #36AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AB9C; }
p { color: rgb(54,171,156); }
H1.HeaderClassName
{
color: #36AB9C;
}
.AnyTagClassName
{
color: #36AB9C;
}
</style>
background-color css
<style>
a { background-color: #36AB9C; }
a { background-color: rgb(54,171,156); }
div.DivClassName
{
background-color: #36AB9C;
}
.BgClassName
{
background-color: #36AB9C;
}
</style>
border-color css
<style>
span { border-color: #36AB9C; }
span { border-color: rgb(54,171,156); }
td.TdClassName
{
border-color: #36AB9C;
}
.TagClassName
{
border-color: #36AB9C;
}
</style>