Shades of Niagara #23A98C
Tints of Niagara #23A98C
RGB
CMYK
RGB Variations
Color information
#23A98C (or 0x23A98C) is known color: Niagara. HEX triplet: 23, A9 and 8C. RGB value is (35,169,140). Sum of RGB (Red+Green+Blue) = 35+169+140=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #23A98C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A98C is #DC5673. Grayscale: #7D7D7D. Windows color (decimal): -14440052 or 9218339. OLE color: 9218339.
HSL color Cylindrical-coordinate representation of color #23A98C: hue angle of 167.01º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A98C is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 169 | 140 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.34 |
| HSL | 167.01º | 0.66% | 0.4% | - |
| HSV(B) | 167.01º | 0.79% | 0.66% | - |
| XYZ | 19.61 | 30.63 | 29.69 | - |
| YUV | 125.63 | 136.11 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 169 | 140 | 0.79 | 0 | 0.17 | 0.34 | 167.01 | 0.66 | 0.4 |
| Hex | 23 | A9 | 8C | 4F | 0 | 11 | 22 | A7 | 42 | 28 |
| Octal | 43 | 251 | 214 | 117 | 0 | 21 | 42 | 247 | 102 | 50 |
| Binary | 100011 | 10101001 | 10001100 | 1001111 | 0 | 10001 | 100010 | 10100111 | 1000010 | 101000 |
Color Harmonies of #23A98C
Complementary color
Monochromatic Colors of #23A98C
Black with #23A98C
Text Example
Text Example
White with #23A98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A98C; }
p { color: rgb(35,169,140); }
H1.HeaderClassName
{
color: #23A98C;
}
.AnyTagClassName
{
color: #23A98C;
}
</style>
background-color css
<style>
a { background-color: #23A98C; }
a { background-color: rgb(35,169,140); }
div.DivClassName
{
background-color: #23A98C;
}
.BgClassName
{
background-color: #23A98C;
}
</style>
border-color css
<style>
span { border-color: #23A98C; }
span { border-color: rgb(35,169,140); }
td.TdClassName
{
border-color: #23A98C;
}
.TagClassName
{
border-color: #23A98C;
}
</style>