Shades of Niagara #249980
Tints of Niagara #249980
RGB
CMYK
RGB Variations
Color information
#249980 (or 0x249980) is known color: Niagara. HEX triplet: 24, 99 and 80. RGB value is (36,153,128). Sum of RGB (Red+Green+Blue) = 36+153+128=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #249980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249980 is #DB667F. Grayscale: #737373. Windows color (decimal): -14378624 or 8427812. OLE color: 8427812.
HSL color Cylindrical-coordinate representation of color #249980: hue angle of 167.18º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249980 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 128 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.4 |
| HSL | 167.18º | 0.62% | 0.37% | - |
| HSV(B) | 167.18º | 0.76% | 0.6% | - |
| XYZ | 16.02 | 24.72 | 24.35 | - |
| YUV | 115.17 | 135.24 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 128 | 0.76 | 0 | 0.16 | 0.4 | 167.18 | 0.62 | 0.37 |
| Hex | 24 | 99 | 80 | 4C | 0 | 10 | 28 | A7 | 3E | 25 |
| Octal | 44 | 231 | 200 | 114 | 0 | 20 | 50 | 247 | 76 | 45 |
| Binary | 100100 | 10011001 | 10000000 | 1001100 | 0 | 10000 | 101000 | 10100111 | 111110 | 100101 |
Color Harmonies of #249980
Complementary color
Monochromatic Colors of #249980
Black with #249980
Text Example
Text Example
White with #249980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249980; }
p { color: rgb(36,153,128); }
H1.HeaderClassName
{
color: #249980;
}
.AnyTagClassName
{
color: #249980;
}
</style>
background-color css
<style>
a { background-color: #249980; }
a { background-color: rgb(36,153,128); }
div.DivClassName
{
background-color: #249980;
}
.BgClassName
{
background-color: #249980;
}
</style>
border-color css
<style>
span { border-color: #249980; }
span { border-color: rgb(36,153,128); }
td.TdClassName
{
border-color: #249980;
}
.TagClassName
{
border-color: #249980;
}
</style>