Shades of Niagara #23B298
Tints of Niagara #23B298
RGB
CMYK
RGB Variations
Color information
#23B298 (or 0x23B298) is known color: Niagara. HEX triplet: 23, B2 and 98. RGB value is (35,178,152). Sum of RGB (Red+Green+Blue) = 35+178+152=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #23B298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B298 is #DC4D67. Grayscale: #848484. Windows color (decimal): -14437736 or 10007075. OLE color: 10007075.
HSL color Cylindrical-coordinate representation of color #23B298: hue angle of 169.09º 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 #23B298 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 178 | 152 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.30 |
| HSL | 169.09º | 0.67% | 0.42% | - |
| HSV(B) | 169.09º | 0.8% | 0.7% | - |
| XYZ | 22.28 | 34.47 | 35.18 | - |
| YUV | 132.28 | 139.12 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 178 | 152 | 0.80 | 0 | 0.15 | 0.30 | 169.09 | 0.67 | 0.42 |
| Hex | 23 | B2 | 98 | 50 | 0 | F | 1E | A9 | 43 | 2A |
| Octal | 43 | 262 | 230 | 120 | 0 | 17 | 36 | 251 | 103 | 52 |
| Binary | 100011 | 10110010 | 10011000 | 1010000 | 0 | 1111 | 11110 | 10101001 | 1000011 | 101010 |
Color Harmonies of #23B298
Complementary color
Monochromatic Colors of #23B298
Black with #23B298
Text Example
Text Example
White with #23B298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B298; }
p { color: rgb(35,178,152); }
H1.HeaderClassName
{
color: #23B298;
}
.AnyTagClassName
{
color: #23B298;
}
</style>
background-color css
<style>
a { background-color: #23B298; }
a { background-color: rgb(35,178,152); }
div.DivClassName
{
background-color: #23B298;
}
.BgClassName
{
background-color: #23B298;
}
</style>
border-color css
<style>
span { border-color: #23B298; }
span { border-color: rgb(35,178,152); }
td.TdClassName
{
border-color: #23B298;
}
.TagClassName
{
border-color: #23B298;
}
</style>