Shades of Niagara #24977E
Tints of Niagara #24977E
RGB
CMYK
RGB Variations
Color information
#24977E (or 0x24977E) is known color: Niagara. HEX triplet: 24, 97 and 7E. RGB value is (36,151,126). Sum of RGB (Red+Green+Blue) = 36+151+126=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #24977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24977E is #DB6881. Grayscale: #717171. Windows color (decimal): -14379138 or 8296228. OLE color: 8296228.
HSL color Cylindrical-coordinate representation of color #24977E: hue angle of 166.96º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24977E is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 151 | 126 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.41 |
| HSL | 166.96º | 0.61% | 0.37% | - |
| HSV(B) | 166.96º | 0.76% | 0.59% | - |
| XYZ | 15.56 | 24.01 | 23.55 | - |
| YUV | 113.77 | 134.9 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 126 | 0.76 | 0 | 0.17 | 0.41 | 166.96 | 0.61 | 0.37 |
| Hex | 24 | 97 | 7E | 4C | 0 | 11 | 29 | A7 | 3D | 25 |
| Octal | 44 | 227 | 176 | 114 | 0 | 21 | 51 | 247 | 75 | 45 |
| Binary | 100100 | 10010111 | 1111110 | 1001100 | 0 | 10001 | 101001 | 10100111 | 111101 | 100101 |
Color Harmonies of #24977E
Complementary color
Monochromatic Colors of #24977E
Black with #24977E
Text Example
Text Example
White with #24977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24977E; }
p { color: rgb(36,151,126); }
H1.HeaderClassName
{
color: #24977E;
}
.AnyTagClassName
{
color: #24977E;
}
</style>
background-color css
<style>
a { background-color: #24977E; }
a { background-color: rgb(36,151,126); }
div.DivClassName
{
background-color: #24977E;
}
.BgClassName
{
background-color: #24977E;
}
</style>
border-color css
<style>
span { border-color: #24977E; }
span { border-color: rgb(36,151,126); }
td.TdClassName
{
border-color: #24977E;
}
.TagClassName
{
border-color: #24977E;
}
</style>