Shades of Niagara #36AB9B
Tints of Niagara #36AB9B
RGB
CMYK
RGB Variations
Color information
#36AB9B (or 0x36AB9B) is known color: Niagara. HEX triplet: 36, AB and 9B. RGB value is (54,171,155). Sum of RGB (Red+Green+Blue) = 54+171+155=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #36AB9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AB9B is #C95464. Grayscale: #868686. Windows color (decimal): -13194341 or 10201910. OLE color: 10201910.
HSL color Cylindrical-coordinate representation of color #36AB9B: hue angle of 171.79º 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 #36AB9B is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 171 | 155 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.33 |
| HSL | 171.79º | 0.52% | 0.44% | - |
| HSV(B) | 171.79º | 0.68% | 0.67% | - |
| XYZ | 22 | 32.28 | 36.08 | - |
| YUV | 134.19 | 139.74 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 171 | 155 | 0.68 | 0 | 0.09 | 0.33 | 171.79 | 0.52 | 0.44 |
| Hex | 36 | AB | 9B | 44 | 0 | 9 | 21 | AC | 34 | 2C |
| Octal | 66 | 253 | 233 | 104 | 0 | 11 | 41 | 254 | 64 | 54 |
| Binary | 110110 | 10101011 | 10011011 | 1000100 | 0 | 1001 | 100001 | 10101100 | 110100 | 101100 |
Color Harmonies of #36AB9B
Complementary color
Monochromatic Colors of #36AB9B
Black with #36AB9B
Text Example
Text Example
White with #36AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AB9B; }
p { color: rgb(54,171,155); }
H1.HeaderClassName
{
color: #36AB9B;
}
.AnyTagClassName
{
color: #36AB9B;
}
</style>
background-color css
<style>
a { background-color: #36AB9B; }
a { background-color: rgb(54,171,155); }
div.DivClassName
{
background-color: #36AB9B;
}
.BgClassName
{
background-color: #36AB9B;
}
</style>
border-color css
<style>
span { border-color: #36AB9B; }
span { border-color: rgb(54,171,155); }
td.TdClassName
{
border-color: #36AB9B;
}
.TagClassName
{
border-color: #36AB9B;
}
</style>