Shades of Niagara #23A791
Tints of Niagara #23A791
RGB
CMYK
RGB Variations
Color information
#23A791 (or 0x23A791) is known color: Niagara. HEX triplet: 23, A7 and 91. RGB value is (35,167,145). Sum of RGB (Red+Green+Blue) = 35+167+145=347 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.09% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 167 - color contains mainly: green. Hex color #23A791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A791 is #DC586E. Grayscale: #7C7C7C. Windows color (decimal): -14440559 or 9545507. OLE color: 9545507.
HSL color Cylindrical-coordinate representation of color #23A791: hue angle of 170º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A791 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 35 | 167 | 145 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.35 |
| HSL | 170º | 0.65% | 0.4% | - |
| HSV(B) | 170º | 0.79% | 0.65% | - |
| XYZ | 19.62 | 30.04 | 31.55 | - |
| YUV | 125.02 | 139.27 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 167 | 145 | 0.79 | 0 | 0.13 | 0.35 | 170 | 0.65 | 0.4 |
| Hex | 23 | A7 | 91 | 4F | 0 | D | 23 | AA | 41 | 28 |
| Octal | 43 | 247 | 221 | 117 | 0 | 15 | 43 | 252 | 101 | 50 |
| Binary | 100011 | 10100111 | 10010001 | 1001111 | 0 | 1101 | 100011 | 10101010 | 1000001 | 101000 |
Color Harmonies of #23A791
Complementary color
Monochromatic Colors of #23A791
Black with #23A791
Text Example
Text Example
White with #23A791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A791; }
p { color: rgb(35,167,145); }
H1.HeaderClassName
{
color: #23A791;
}
.AnyTagClassName
{
color: #23A791;
}
</style>
background-color css
<style>
a { background-color: #23A791; }
a { background-color: rgb(35,167,145); }
div.DivClassName
{
background-color: #23A791;
}
.BgClassName
{
background-color: #23A791;
}
</style>
border-color css
<style>
span { border-color: #23A791; }
span { border-color: rgb(35,167,145); }
td.TdClassName
{
border-color: #23A791;
}
.TagClassName
{
border-color: #23A791;
}
</style>