Shades of Niagara #23AA91
Tints of Niagara #23AA91
RGB
CMYK
RGB Variations
Color information
#23AA91 (or 0x23AA91) is known color: Niagara. HEX triplet: 23, AA and 91. RGB value is (35,170,145). Sum of RGB (Red+Green+Blue) = 35+170+145=350 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AA91 is #DC556E. Grayscale: #7E7E7E. Windows color (decimal): -14439791 or 9546275. OLE color: 9546275.
HSL color Cylindrical-coordinate representation of color #23AA91: hue angle of 168.89º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23AA91 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 170 | 145 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.33 |
| HSL | 168.89º | 0.66% | 0.4% | - |
| HSV(B) | 168.89º | 0.79% | 0.67% | - |
| XYZ | 20.18 | 31.15 | 31.74 | - |
| YUV | 126.79 | 138.27 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 145 | 0.79 | 0 | 0.15 | 0.33 | 168.89 | 0.66 | 0.4 |
| Hex | 23 | AA | 91 | 4F | 0 | F | 21 | A9 | 42 | 28 |
| Octal | 43 | 252 | 221 | 117 | 0 | 17 | 41 | 251 | 102 | 50 |
| Binary | 100011 | 10101010 | 10010001 | 1001111 | 0 | 1111 | 100001 | 10101001 | 1000010 | 101000 |
Color Harmonies of #23AA91
Complementary color
Monochromatic Colors of #23AA91
Black with #23AA91
Text Example
Text Example
White with #23AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AA91; }
p { color: rgb(35,170,145); }
H1.HeaderClassName
{
color: #23AA91;
}
.AnyTagClassName
{
color: #23AA91;
}
</style>
background-color css
<style>
a { background-color: #23AA91; }
a { background-color: rgb(35,170,145); }
div.DivClassName
{
background-color: #23AA91;
}
.BgClassName
{
background-color: #23AA91;
}
</style>
border-color css
<style>
span { border-color: #23AA91; }
span { border-color: rgb(35,170,145); }
td.TdClassName
{
border-color: #23AA91;
}
.TagClassName
{
border-color: #23AA91;
}
</style>