Shades of Niagara #24AE8B
Tints of Niagara #24AE8B
RGB
CMYK
RGB Variations
Color information
#24AE8B (or 0x24AE8B) is known color: Niagara. HEX triplet: 24, AE and 8B. RGB value is (36,174,139). Sum of RGB (Red+Green+Blue) = 36+174+139=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #24AE8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AE8B is #DB5174. Grayscale: #808080. Windows color (decimal): -14373237 or 9154084. OLE color: 9154084.
HSL color Cylindrical-coordinate representation of color #24AE8B: hue angle of 164.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AE8B is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 174 | 139 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.32 |
| HSL | 164.78º | 0.66% | 0.41% | - |
| HSV(B) | 164.78º | 0.79% | 0.68% | - |
| XYZ | 20.52 | 32.51 | 29.62 | - |
| YUV | 128.75 | 133.78 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 174 | 139 | 0.79 | 0 | 0.20 | 0.32 | 164.78 | 0.66 | 0.41 |
| Hex | 24 | AE | 8B | 4F | 0 | 14 | 20 | A5 | 42 | 29 |
| Octal | 44 | 256 | 213 | 117 | 0 | 24 | 40 | 245 | 102 | 51 |
| Binary | 100100 | 10101110 | 10001011 | 1001111 | 0 | 10100 | 100000 | 10100101 | 1000010 | 101001 |
Color Harmonies of #24AE8B
Complementary color
Monochromatic Colors of #24AE8B
Black with #24AE8B
Text Example
Text Example
White with #24AE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AE8B; }
p { color: rgb(36,174,139); }
H1.HeaderClassName
{
color: #24AE8B;
}
.AnyTagClassName
{
color: #24AE8B;
}
</style>
background-color css
<style>
a { background-color: #24AE8B; }
a { background-color: rgb(36,174,139); }
div.DivClassName
{
background-color: #24AE8B;
}
.BgClassName
{
background-color: #24AE8B;
}
</style>
border-color css
<style>
span { border-color: #24AE8B; }
span { border-color: rgb(36,174,139); }
td.TdClassName
{
border-color: #24AE8B;
}
.TagClassName
{
border-color: #24AE8B;
}
</style>