Shades of Niagara #24B490
Tints of Niagara #24B490
RGB
CMYK
RGB Variations
Color information
#24B490 (or 0x24B490) is known color: Niagara. HEX triplet: 24, B4 and 90. RGB value is (36,180,144). Sum of RGB (Red+Green+Blue) = 36+180+144=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #24B490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24B490 is #DB4B6F. Grayscale: #848484. Windows color (decimal): -14371696 or 9483300. OLE color: 9483300.
HSL color Cylindrical-coordinate representation of color #24B490: hue angle of 165º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B490 is Cyan = 0.8, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 180 | 144 | - |
| CMYK | 0.8 | 0 | 0.2 | 0.29 |
| HSL | 165º | 0.67% | 0.42% | - |
| HSV(B) | 165º | 0.8% | 0.71% | - |
| XYZ | 22.08 | 35.03 | 31.98 | - |
| YUV | 132.84 | 134.29 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 180 | 144 | 0.8 | 0 | 0.2 | 0.29 | 165 | 0.67 | 0.42 |
| Hex | 24 | B4 | 90 | 50 | 0 | 14 | 1D | A5 | 43 | 2A |
| Octal | 44 | 264 | 220 | 120 | 0 | 24 | 35 | 245 | 103 | 52 |
| Binary | 100100 | 10110100 | 10010000 | 1010000 | 0 | 10100 | 11101 | 10100101 | 1000011 | 101010 |
Color Harmonies of #24B490
Complementary color
Monochromatic Colors of #24B490
Black with #24B490
Text Example
Text Example
White with #24B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B490; }
p { color: rgb(36,180,144); }
H1.HeaderClassName
{
color: #24B490;
}
.AnyTagClassName
{
color: #24B490;
}
</style>
background-color css
<style>
a { background-color: #24B490; }
a { background-color: rgb(36,180,144); }
div.DivClassName
{
background-color: #24B490;
}
.BgClassName
{
background-color: #24B490;
}
</style>
border-color css
<style>
span { border-color: #24B490; }
span { border-color: rgb(36,180,144); }
td.TdClassName
{
border-color: #24B490;
}
.TagClassName
{
border-color: #24B490;
}
</style>