Shades of Niagara #24B28E
Tints of Niagara #24B28E
RGB
CMYK
RGB Variations
Color information
#24B28E (or 0x24B28E) is known color: Niagara. HEX triplet: 24, B2 and 8E. RGB value is (36,178,142). Sum of RGB (Red+Green+Blue) = 36+178+142=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #24B28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24B28E is #DB4D71. Grayscale: #838383. Windows color (decimal): -14372210 or 9351716. OLE color: 9351716.
HSL color Cylindrical-coordinate representation of color #24B28E: hue angle of 164.79º degrees, saturation: 0.66, 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 #24B28E is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 178 | 142 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.30 |
| HSL | 164.79º | 0.66% | 0.42% | - |
| HSV(B) | 164.79º | 0.8% | 0.7% | - |
| XYZ | 21.53 | 34.17 | 31.05 | - |
| YUV | 131.44 | 133.96 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 178 | 142 | 0.80 | 0 | 0.20 | 0.30 | 164.79 | 0.66 | 0.42 |
| Hex | 24 | B2 | 8E | 50 | 0 | 14 | 1E | A5 | 42 | 2A |
| Octal | 44 | 262 | 216 | 120 | 0 | 24 | 36 | 245 | 102 | 52 |
| Binary | 100100 | 10110010 | 10001110 | 1010000 | 0 | 10100 | 11110 | 10100101 | 1000010 | 101010 |
Color Harmonies of #24B28E
Complementary color
Monochromatic Colors of #24B28E
Black with #24B28E
Text Example
Text Example
White with #24B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B28E; }
p { color: rgb(36,178,142); }
H1.HeaderClassName
{
color: #24B28E;
}
.AnyTagClassName
{
color: #24B28E;
}
</style>
background-color css
<style>
a { background-color: #24B28E; }
a { background-color: rgb(36,178,142); }
div.DivClassName
{
background-color: #24B28E;
}
.BgClassName
{
background-color: #24B28E;
}
</style>
border-color css
<style>
span { border-color: #24B28E; }
span { border-color: rgb(36,178,142); }
td.TdClassName
{
border-color: #24B28E;
}
.TagClassName
{
border-color: #24B28E;
}
</style>