Shades of Niagara #24AF8F
Tints of Niagara #24AF8F
RGB
CMYK
RGB Variations
Color information
#24AF8F (or 0x24AF8F) is known color: Niagara. HEX triplet: 24, AF and 8F. RGB value is (36,175,143). Sum of RGB (Red+Green+Blue) = 36+175+143=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #24AF8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AF8F is #DB5070. Grayscale: #818181. Windows color (decimal): -14372977 or 9416484. OLE color: 9416484.
HSL color Cylindrical-coordinate representation of color #24AF8F: hue angle of 166.19º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AF8F is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 175 | 143 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.31 |
| HSL | 166.19º | 0.66% | 0.41% | - |
| HSV(B) | 166.19º | 0.79% | 0.69% | - |
| XYZ | 21.02 | 33.02 | 31.25 | - |
| YUV | 129.79 | 135.45 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 175 | 143 | 0.79 | 0 | 0.18 | 0.31 | 166.19 | 0.66 | 0.41 |
| Hex | 24 | AF | 8F | 4F | 0 | 12 | 1F | A6 | 42 | 29 |
| Octal | 44 | 257 | 217 | 117 | 0 | 22 | 37 | 246 | 102 | 51 |
| Binary | 100100 | 10101111 | 10001111 | 1001111 | 0 | 10010 | 11111 | 10100110 | 1000010 | 101001 |
Color Harmonies of #24AF8F
Complementary color
Monochromatic Colors of #24AF8F
Black with #24AF8F
Text Example
Text Example
White with #24AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AF8F; }
p { color: rgb(36,175,143); }
H1.HeaderClassName
{
color: #24AF8F;
}
.AnyTagClassName
{
color: #24AF8F;
}
</style>
background-color css
<style>
a { background-color: #24AF8F; }
a { background-color: rgb(36,175,143); }
div.DivClassName
{
background-color: #24AF8F;
}
.BgClassName
{
background-color: #24AF8F;
}
</style>
border-color css
<style>
span { border-color: #24AF8F; }
span { border-color: rgb(36,175,143); }
td.TdClassName
{
border-color: #24AF8F;
}
.TagClassName
{
border-color: #24AF8F;
}
</style>