Shades of Niagara #23AB91
Tints of Niagara #23AB91
RGB
CMYK
RGB Variations
Color information
#23AB91 (or 0x23AB91) is known color: Niagara. HEX triplet: 23, AB and 91. RGB value is (35,171,145). Sum of RGB (Red+Green+Blue) = 35+171+145=351 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.97% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #23AB91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AB91 is #DC546E. Grayscale: #7F7F7F. Windows color (decimal): -14439535 or 9546531. OLE color: 9546531.
HSL color Cylindrical-coordinate representation of color #23AB91: hue angle of 168.53º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AB91 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 171 | 145 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.33 |
| HSL | 168.53º | 0.66% | 0.4% | - |
| HSV(B) | 168.53º | 0.8% | 0.67% | - |
| XYZ | 20.37 | 31.53 | 31.8 | - |
| YUV | 127.37 | 137.94 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 145 | 0.80 | 0 | 0.15 | 0.33 | 168.53 | 0.66 | 0.4 |
| Hex | 23 | AB | 91 | 50 | 0 | F | 21 | A9 | 42 | 28 |
| Octal | 43 | 253 | 221 | 120 | 0 | 17 | 41 | 251 | 102 | 50 |
| Binary | 100011 | 10101011 | 10010001 | 1010000 | 0 | 1111 | 100001 | 10101001 | 1000010 | 101000 |
Color Harmonies of #23AB91
Complementary color
Monochromatic Colors of #23AB91
Black with #23AB91
Text Example
Text Example
White with #23AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AB91; }
p { color: rgb(35,171,145); }
H1.HeaderClassName
{
color: #23AB91;
}
.AnyTagClassName
{
color: #23AB91;
}
</style>
background-color css
<style>
a { background-color: #23AB91; }
a { background-color: rgb(35,171,145); }
div.DivClassName
{
background-color: #23AB91;
}
.BgClassName
{
background-color: #23AB91;
}
</style>
border-color css
<style>
span { border-color: #23AB91; }
span { border-color: rgb(35,171,145); }
td.TdClassName
{
border-color: #23AB91;
}
.TagClassName
{
border-color: #23AB91;
}
</style>