Shades of Niagara #23B490
Tints of Niagara #23B490
RGB
CMYK
RGB Variations
Color information
#23B490 (or 0x23B490) is known color: Niagara. HEX triplet: 23, B4 and 90. RGB value is (35,180,144). Sum of RGB (Red+Green+Blue) = 35+180+144=359 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.75% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #23B490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23B490 is #DC4B6F. Grayscale: #848484. Windows color (decimal): -14437232 or 9483299. OLE color: 9483299.
HSL color Cylindrical-coordinate representation of color #23B490: hue angle of 165.1º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23B490 is Cyan = 0.81, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 180 | 144 | - |
| CMYK | 0.81 | 0 | 0.2 | 0.29 |
| HSL | 165.1º | 0.67% | 0.42% | - |
| HSV(B) | 165.1º | 0.81% | 0.71% | - |
| XYZ | 22.05 | 35.01 | 31.98 | - |
| YUV | 132.54 | 134.46 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 180 | 144 | 0.81 | 0 | 0.2 | 0.29 | 165.1 | 0.67 | 0.42 |
| Hex | 23 | B4 | 90 | 51 | 0 | 14 | 1D | A5 | 43 | 2A |
| Octal | 43 | 264 | 220 | 121 | 0 | 24 | 35 | 245 | 103 | 52 |
| Binary | 100011 | 10110100 | 10010000 | 1010001 | 0 | 10100 | 11101 | 10100101 | 1000011 | 101010 |
Color Harmonies of #23B490
Complementary color
Monochromatic Colors of #23B490
Black with #23B490
Text Example
Text Example
White with #23B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B490; }
p { color: rgb(35,180,144); }
H1.HeaderClassName
{
color: #23B490;
}
.AnyTagClassName
{
color: #23B490;
}
</style>
background-color css
<style>
a { background-color: #23B490; }
a { background-color: rgb(35,180,144); }
div.DivClassName
{
background-color: #23B490;
}
.BgClassName
{
background-color: #23B490;
}
</style>
border-color css
<style>
span { border-color: #23B490; }
span { border-color: rgb(35,180,144); }
td.TdClassName
{
border-color: #23B490;
}
.TagClassName
{
border-color: #23B490;
}
</style>