Shades of Niagara #23A492
Tints of Niagara #23A492
RGB
CMYK
RGB Variations
Color information
#23A492 (or 0x23A492) is known color: Niagara. HEX triplet: 23, A4 and 92. RGB value is (35,164,146). Sum of RGB (Red+Green+Blue) = 35+164+146=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #23A492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A492 is #DC5B6D. Grayscale: #7B7B7B. Windows color (decimal): -14441326 or 9610275. OLE color: 9610275.
HSL color Cylindrical-coordinate representation of color #23A492: hue angle of 171.63º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A492 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 164 | 146 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.36 |
| HSL | 171.63º | 0.65% | 0.39% | - |
| HSV(B) | 171.63º | 0.79% | 0.64% | - |
| XYZ | 19.16 | 28.98 | 31.78 | - |
| YUV | 123.38 | 140.76 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 164 | 146 | 0.79 | 0 | 0.11 | 0.36 | 171.63 | 0.65 | 0.39 |
| Hex | 23 | A4 | 92 | 4F | 0 | B | 24 | AC | 41 | 27 |
| Octal | 43 | 244 | 222 | 117 | 0 | 13 | 44 | 254 | 101 | 47 |
| Binary | 100011 | 10100100 | 10010010 | 1001111 | 0 | 1011 | 100100 | 10101100 | 1000001 | 100111 |
Color Harmonies of #23A492
Complementary color
Monochromatic Colors of #23A492
Black with #23A492
Text Example
Text Example
White with #23A492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A492; }
p { color: rgb(35,164,146); }
H1.HeaderClassName
{
color: #23A492;
}
.AnyTagClassName
{
color: #23A492;
}
</style>
background-color css
<style>
a { background-color: #23A492; }
a { background-color: rgb(35,164,146); }
div.DivClassName
{
background-color: #23A492;
}
.BgClassName
{
background-color: #23A492;
}
</style>
border-color css
<style>
span { border-color: #23A492; }
span { border-color: rgb(35,164,146); }
td.TdClassName
{
border-color: #23A492;
}
.TagClassName
{
border-color: #23A492;
}
</style>