Shades of Niagara #23AD98
Tints of Niagara #23AD98
RGB
CMYK
RGB Variations
Color information
#23AD98 (or 0x23AD98) is known color: Niagara. HEX triplet: 23, AD and 98. RGB value is (35,173,152). Sum of RGB (Red+Green+Blue) = 35+173+152=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #23AD98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AD98 is #DC5267. Grayscale: #818181. Windows color (decimal): -14439016 or 10005795. OLE color: 10005795.
HSL color Cylindrical-coordinate representation of color #23AD98: hue angle of 170.87º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AD98 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 173 | 152 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.32 |
| HSL | 170.87º | 0.66% | 0.41% | - |
| HSV(B) | 170.87º | 0.8% | 0.68% | - |
| XYZ | 21.3 | 32.51 | 34.86 | - |
| YUV | 129.34 | 140.78 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 152 | 0.80 | 0 | 0.12 | 0.32 | 170.87 | 0.66 | 0.41 |
| Hex | 23 | AD | 98 | 50 | 0 | C | 20 | AB | 42 | 29 |
| Octal | 43 | 255 | 230 | 120 | 0 | 14 | 40 | 253 | 102 | 51 |
| Binary | 100011 | 10101101 | 10011000 | 1010000 | 0 | 1100 | 100000 | 10101011 | 1000010 | 101001 |
Color Harmonies of #23AD98
Complementary color
Monochromatic Colors of #23AD98
Black with #23AD98
Text Example
Text Example
White with #23AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AD98; }
p { color: rgb(35,173,152); }
H1.HeaderClassName
{
color: #23AD98;
}
.AnyTagClassName
{
color: #23AD98;
}
</style>
background-color css
<style>
a { background-color: #23AD98; }
a { background-color: rgb(35,173,152); }
div.DivClassName
{
background-color: #23AD98;
}
.BgClassName
{
background-color: #23AD98;
}
</style>
border-color css
<style>
span { border-color: #23AD98; }
span { border-color: rgb(35,173,152); }
td.TdClassName
{
border-color: #23AD98;
}
.TagClassName
{
border-color: #23AD98;
}
</style>