Shades of Niagara #23AB8C
Tints of Niagara #23AB8C
RGB
CMYK
RGB Variations
Color information
#23AB8C (or 0x23AB8C) is known color: Niagara. HEX triplet: 23, AB and 8C. RGB value is (35,171,140). Sum of RGB (Red+Green+Blue) = 35+171+140=346 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.12% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #23AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AB8C is #DC5473. Grayscale: #7E7E7E. Windows color (decimal): -14439540 or 9218851. OLE color: 9218851.
HSL color Cylindrical-coordinate representation of color #23AB8C: hue angle of 166.32º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AB8C is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 171 | 140 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.33 |
| HSL | 166.32º | 0.66% | 0.4% | - |
| HSV(B) | 166.32º | 0.8% | 0.67% | - |
| XYZ | 19.99 | 31.38 | 29.81 | - |
| YUV | 126.8 | 135.44 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 140 | 0.80 | 0 | 0.18 | 0.33 | 166.32 | 0.66 | 0.4 |
| Hex | 23 | AB | 8C | 50 | 0 | 12 | 21 | A6 | 42 | 28 |
| Octal | 43 | 253 | 214 | 120 | 0 | 22 | 41 | 246 | 102 | 50 |
| Binary | 100011 | 10101011 | 10001100 | 1010000 | 0 | 10010 | 100001 | 10100110 | 1000010 | 101000 |
Color Harmonies of #23AB8C
Complementary color
Monochromatic Colors of #23AB8C
Black with #23AB8C
Text Example
Text Example
White with #23AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AB8C; }
p { color: rgb(35,171,140); }
H1.HeaderClassName
{
color: #23AB8C;
}
.AnyTagClassName
{
color: #23AB8C;
}
</style>
background-color css
<style>
a { background-color: #23AB8C; }
a { background-color: rgb(35,171,140); }
div.DivClassName
{
background-color: #23AB8C;
}
.BgClassName
{
background-color: #23AB8C;
}
</style>
border-color css
<style>
span { border-color: #23AB8C; }
span { border-color: rgb(35,171,140); }
td.TdClassName
{
border-color: #23AB8C;
}
.TagClassName
{
border-color: #23AB8C;
}
</style>