Shades of Niagara #24A084
Tints of Niagara #24A084
RGB
CMYK
RGB Variations
Color information
#24A084 (or 0x24A084) is known color: Niagara. HEX triplet: 24, A0 and 84. RGB value is (36,160,132). Sum of RGB (Red+Green+Blue) = 36+160+132=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #24A084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A084 is #DB5F7B. Grayscale: #777777. Windows color (decimal): -14376828 or 8691748. OLE color: 8691748.
HSL color Cylindrical-coordinate representation of color #24A084: hue angle of 166.45º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24A084 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 160 | 132 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.37 |
| HSL | 166.45º | 0.63% | 0.38% | - |
| HSV(B) | 166.45º | 0.78% | 0.63% | - |
| XYZ | 17.46 | 27.18 | 26.16 | - |
| YUV | 119.73 | 134.92 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 160 | 132 | 0.78 | 0 | 0.17 | 0.37 | 166.45 | 0.63 | 0.38 |
| Hex | 24 | A0 | 84 | 4E | 0 | 11 | 25 | A6 | 3F | 26 |
| Octal | 44 | 240 | 204 | 116 | 0 | 21 | 45 | 246 | 77 | 46 |
| Binary | 100100 | 10100000 | 10000100 | 1001110 | 0 | 10001 | 100101 | 10100110 | 111111 | 100110 |
Color Harmonies of #24A084
Complementary color
Monochromatic Colors of #24A084
Black with #24A084
Text Example
Text Example
White with #24A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A084; }
p { color: rgb(36,160,132); }
H1.HeaderClassName
{
color: #24A084;
}
.AnyTagClassName
{
color: #24A084;
}
</style>
background-color css
<style>
a { background-color: #24A084; }
a { background-color: rgb(36,160,132); }
div.DivClassName
{
background-color: #24A084;
}
.BgClassName
{
background-color: #24A084;
}
</style>
border-color css
<style>
span { border-color: #24A084; }
span { border-color: rgb(36,160,132); }
td.TdClassName
{
border-color: #24A084;
}
.TagClassName
{
border-color: #24A084;
}
</style>