Shades of Niagara #23BA96
Tints of Niagara #23BA96
RGB
CMYK
RGB Variations
Color information
#23BA96 (or 0x23BA96) is known color: Niagara. HEX triplet: 23, BA and 96. RGB value is (35,186,150). Sum of RGB (Red+Green+Blue) = 35+186+150=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BA96 is #DC4569. Grayscale: #888888. Windows color (decimal): -14435690 or 9878051. OLE color: 9878051.
HSL color Cylindrical-coordinate representation of color #23BA96: hue angle of 165.7º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BA96 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 150 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.27 |
| HSL | 165.7º | 0.68% | 0.43% | - |
| HSV(B) | 165.7º | 0.81% | 0.73% | - |
| XYZ | 23.76 | 37.68 | 34.87 | - |
| YUV | 136.75 | 135.47 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 150 | 0.81 | 0 | 0.19 | 0.27 | 165.7 | 0.68 | 0.43 |
| Hex | 23 | BA | 96 | 51 | 0 | 13 | 1B | A6 | 44 | 2B |
| Octal | 43 | 272 | 226 | 121 | 0 | 23 | 33 | 246 | 104 | 53 |
| Binary | 100011 | 10111010 | 10010110 | 1010001 | 0 | 10011 | 11011 | 10100110 | 1000100 | 101011 |
Color Harmonies of #23BA96
Complementary color
Monochromatic Colors of #23BA96
Black with #23BA96
Text Example
Text Example
White with #23BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BA96; }
p { color: rgb(35,186,150); }
H1.HeaderClassName
{
color: #23BA96;
}
.AnyTagClassName
{
color: #23BA96;
}
</style>
background-color css
<style>
a { background-color: #23BA96; }
a { background-color: rgb(35,186,150); }
div.DivClassName
{
background-color: #23BA96;
}
.BgClassName
{
background-color: #23BA96;
}
</style>
border-color css
<style>
span { border-color: #23BA96; }
span { border-color: rgb(35,186,150); }
td.TdClassName
{
border-color: #23BA96;
}
.TagClassName
{
border-color: #23BA96;
}
</style>