Shades of Niagara #24AA89
Tints of Niagara #24AA89
RGB
CMYK
RGB Variations
Color information
#24AA89 (or 0x24AA89) is known color: Niagara. HEX triplet: 24, AA and 89. RGB value is (36,170,137). Sum of RGB (Red+Green+Blue) = 36+170+137=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #24AA89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AA89 is #DB5576. Grayscale: #7E7E7E. Windows color (decimal): -14374263 or 9021988. OLE color: 9021988.
HSL color Cylindrical-coordinate representation of color #24AA89: hue angle of 165.22º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AA89 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 170 | 137 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.33 |
| HSL | 165.22º | 0.65% | 0.4% | - |
| HSV(B) | 165.22º | 0.79% | 0.67% | - |
| XYZ | 19.62 | 30.93 | 28.6 | - |
| YUV | 126.17 | 134.11 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 170 | 137 | 0.79 | 0 | 0.19 | 0.33 | 165.22 | 0.65 | 0.4 |
| Hex | 24 | AA | 89 | 4F | 0 | 13 | 21 | A5 | 41 | 28 |
| Octal | 44 | 252 | 211 | 117 | 0 | 23 | 41 | 245 | 101 | 50 |
| Binary | 100100 | 10101010 | 10001001 | 1001111 | 0 | 10011 | 100001 | 10100101 | 1000001 | 101000 |
Color Harmonies of #24AA89
Complementary color
Monochromatic Colors of #24AA89
Black with #24AA89
Text Example
Text Example
White with #24AA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AA89; }
p { color: rgb(36,170,137); }
H1.HeaderClassName
{
color: #24AA89;
}
.AnyTagClassName
{
color: #24AA89;
}
</style>
background-color css
<style>
a { background-color: #24AA89; }
a { background-color: rgb(36,170,137); }
div.DivClassName
{
background-color: #24AA89;
}
.BgClassName
{
background-color: #24AA89;
}
</style>
border-color css
<style>
span { border-color: #24AA89; }
span { border-color: rgb(36,170,137); }
td.TdClassName
{
border-color: #24AA89;
}
.TagClassName
{
border-color: #24AA89;
}
</style>