Shades of Niagara #24A895
Tints of Niagara #24A895
RGB
CMYK
RGB Variations
Color information
#24A895 (or 0x24A895) is known color: Niagara. HEX triplet: 24, A8 and 95. RGB value is (36,168,149). Sum of RGB (Red+Green+Blue) = 36+168+149=353 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.20% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #24A895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A895 is #DB576A. Grayscale: #7E7E7E. Windows color (decimal): -14374763 or 9807908. OLE color: 9807908.
HSL color Cylindrical-coordinate representation of color #24A895: hue angle of 171.36º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24A895 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 168 | 149 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.34 |
| HSL | 171.36º | 0.65% | 0.4% | - |
| HSV(B) | 171.36º | 0.79% | 0.66% | - |
| XYZ | 20.16 | 30.55 | 33.27 | - |
| YUV | 126.37 | 140.77 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 168 | 149 | 0.79 | 0 | 0.11 | 0.34 | 171.36 | 0.65 | 0.4 |
| Hex | 24 | A8 | 95 | 4F | 0 | B | 22 | AB | 41 | 28 |
| Octal | 44 | 250 | 225 | 117 | 0 | 13 | 42 | 253 | 101 | 50 |
| Binary | 100100 | 10101000 | 10010101 | 1001111 | 0 | 1011 | 100010 | 10101011 | 1000001 | 101000 |
Color Harmonies of #24A895
Complementary color
Monochromatic Colors of #24A895
Black with #24A895
Text Example
Text Example
White with #24A895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A895; }
p { color: rgb(36,168,149); }
H1.HeaderClassName
{
color: #24A895;
}
.AnyTagClassName
{
color: #24A895;
}
</style>
background-color css
<style>
a { background-color: #24A895; }
a { background-color: rgb(36,168,149); }
div.DivClassName
{
background-color: #24A895;
}
.BgClassName
{
background-color: #24A895;
}
</style>
border-color css
<style>
span { border-color: #24A895; }
span { border-color: rgb(36,168,149); }
td.TdClassName
{
border-color: #24A895;
}
.TagClassName
{
border-color: #24A895;
}
</style>