Shades of Niagara #23B299
Tints of Niagara #23B299
RGB
CMYK
RGB Variations
Color information
#23B299 (or 0x23B299) is known color: Niagara. HEX triplet: 23, B2 and 99. RGB value is (35,178,153). Sum of RGB (Red+Green+Blue) = 35+178+153=366 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.56% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #23B299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B299 is #DC4D66. Grayscale: #848484. Windows color (decimal): -14437735 or 10072611. OLE color: 10072611.
HSL color Cylindrical-coordinate representation of color #23B299: hue angle of 169.51º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B299 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 178 | 153 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.30 |
| HSL | 169.51º | 0.67% | 0.42% | - |
| HSV(B) | 169.51º | 0.8% | 0.7% | - |
| XYZ | 22.36 | 34.5 | 35.62 | - |
| YUV | 132.39 | 139.62 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 178 | 153 | 0.80 | 0 | 0.14 | 0.30 | 169.51 | 0.67 | 0.42 |
| Hex | 23 | B2 | 99 | 50 | 0 | E | 1E | AA | 43 | 2A |
| Octal | 43 | 262 | 231 | 120 | 0 | 16 | 36 | 252 | 103 | 52 |
| Binary | 100011 | 10110010 | 10011001 | 1010000 | 0 | 1110 | 11110 | 10101010 | 1000011 | 101010 |
Color Harmonies of #23B299
Complementary color
Monochromatic Colors of #23B299
Black with #23B299
Text Example
Text Example
White with #23B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B299; }
p { color: rgb(35,178,153); }
H1.HeaderClassName
{
color: #23B299;
}
.AnyTagClassName
{
color: #23B299;
}
</style>
background-color css
<style>
a { background-color: #23B299; }
a { background-color: rgb(35,178,153); }
div.DivClassName
{
background-color: #23B299;
}
.BgClassName
{
background-color: #23B299;
}
</style>
border-color css
<style>
span { border-color: #23B299; }
span { border-color: rgb(35,178,153); }
td.TdClassName
{
border-color: #23B299;
}
.TagClassName
{
border-color: #23B299;
}
</style>