Shades of Niagara #23A393
Tints of Niagara #23A393
RGB
CMYK
RGB Variations
Color information
#23A393 (or 0x23A393) is known color: Niagara. HEX triplet: 23, A3 and 93. RGB value is (35,163,147). Sum of RGB (Red+Green+Blue) = 35+163+147=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #23A393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A393 is #DC5C6C. Grayscale: #7A7A7A. Windows color (decimal): -14441581 or 9675555. OLE color: 9675555.
HSL color Cylindrical-coordinate representation of color #23A393: hue angle of 172.5º 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 #23A393 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 163 | 147 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.36 |
| HSL | 172.5º | 0.65% | 0.39% | - |
| HSV(B) | 172.5º | 0.79% | 0.64% | - |
| XYZ | 19.06 | 28.66 | 32.13 | - |
| YUV | 122.9 | 141.59 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 163 | 147 | 0.79 | 0 | 0.10 | 0.36 | 172.5 | 0.65 | 0.39 |
| Hex | 23 | A3 | 93 | 4F | 0 | A | 24 | AC | 41 | 27 |
| Octal | 43 | 243 | 223 | 117 | 0 | 12 | 44 | 254 | 101 | 47 |
| Binary | 100011 | 10100011 | 10010011 | 1001111 | 0 | 1010 | 100100 | 10101100 | 1000001 | 100111 |
Color Harmonies of #23A393
Complementary color
Monochromatic Colors of #23A393
Black with #23A393
Text Example
Text Example
White with #23A393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A393; }
p { color: rgb(35,163,147); }
H1.HeaderClassName
{
color: #23A393;
}
.AnyTagClassName
{
color: #23A393;
}
</style>
background-color css
<style>
a { background-color: #23A393; }
a { background-color: rgb(35,163,147); }
div.DivClassName
{
background-color: #23A393;
}
.BgClassName
{
background-color: #23A393;
}
</style>
border-color css
<style>
span { border-color: #23A393; }
span { border-color: rgb(35,163,147); }
td.TdClassName
{
border-color: #23A393;
}
.TagClassName
{
border-color: #23A393;
}
</style>