Shades of Niagara #23AB8A
Tints of Niagara #23AB8A
RGB
CMYK
RGB Variations
Color information
#23AB8A (or 0x23AB8A) is known color: Niagara. HEX triplet: 23, AB and 8A. RGB value is (35,171,138). Sum of RGB (Red+Green+Blue) = 35+171+138=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #23AB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AB8A is #DC5475. Grayscale: #7E7E7E. Windows color (decimal): -14439542 or 9087779. OLE color: 9087779.
HSL color Cylindrical-coordinate representation of color #23AB8A: hue angle of 165.44º 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 #23AB8A is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 171 | 138 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.33 |
| HSL | 165.44º | 0.66% | 0.4% | - |
| HSV(B) | 165.44º | 0.8% | 0.67% | - |
| XYZ | 19.84 | 31.32 | 29.04 | - |
| YUV | 126.57 | 134.44 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 138 | 0.80 | 0 | 0.19 | 0.33 | 165.44 | 0.66 | 0.4 |
| Hex | 23 | AB | 8A | 50 | 0 | 13 | 21 | A5 | 42 | 28 |
| Octal | 43 | 253 | 212 | 120 | 0 | 23 | 41 | 245 | 102 | 50 |
| Binary | 100011 | 10101011 | 10001010 | 1010000 | 0 | 10011 | 100001 | 10100101 | 1000010 | 101000 |
Color Harmonies of #23AB8A
Complementary color
Monochromatic Colors of #23AB8A
Black with #23AB8A
Text Example
Text Example
White with #23AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AB8A; }
p { color: rgb(35,171,138); }
H1.HeaderClassName
{
color: #23AB8A;
}
.AnyTagClassName
{
color: #23AB8A;
}
</style>
background-color css
<style>
a { background-color: #23AB8A; }
a { background-color: rgb(35,171,138); }
div.DivClassName
{
background-color: #23AB8A;
}
.BgClassName
{
background-color: #23AB8A;
}
</style>
border-color css
<style>
span { border-color: #23AB8A; }
span { border-color: rgb(35,171,138); }
td.TdClassName
{
border-color: #23AB8A;
}
.TagClassName
{
border-color: #23AB8A;
}
</style>