Shades of Niagara #249984
Tints of Niagara #249984
RGB
CMYK
RGB Variations
Color information
#249984 (or 0x249984) is known color: Niagara. HEX triplet: 24, 99 and 84. RGB value is (36,153,132). Sum of RGB (Red+Green+Blue) = 36+153+132=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #249984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249984 is #DB667B. Grayscale: #737373. Windows color (decimal): -14378620 or 8689956. OLE color: 8689956.
HSL color Cylindrical-coordinate representation of color #249984: hue angle of 169.23º 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 #249984 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 132 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.4 |
| HSL | 169.23º | 0.62% | 0.37% | - |
| HSV(B) | 169.23º | 0.76% | 0.6% | - |
| XYZ | 16.28 | 24.82 | 25.76 | - |
| YUV | 115.62 | 137.24 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 132 | 0.76 | 0 | 0.14 | 0.4 | 169.23 | 0.62 | 0.37 |
| Hex | 24 | 99 | 84 | 4C | 0 | E | 28 | A9 | 3E | 25 |
| Octal | 44 | 231 | 204 | 114 | 0 | 16 | 50 | 251 | 76 | 45 |
| Binary | 100100 | 10011001 | 10000100 | 1001100 | 0 | 1110 | 101000 | 10101001 | 111110 | 100101 |
Color Harmonies of #249984
Complementary color
Monochromatic Colors of #249984
Black with #249984
Text Example
Text Example
White with #249984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249984; }
p { color: rgb(36,153,132); }
H1.HeaderClassName
{
color: #249984;
}
.AnyTagClassName
{
color: #249984;
}
</style>
background-color css
<style>
a { background-color: #249984; }
a { background-color: rgb(36,153,132); }
div.DivClassName
{
background-color: #249984;
}
.BgClassName
{
background-color: #249984;
}
</style>
border-color css
<style>
span { border-color: #249984; }
span { border-color: rgb(36,153,132); }
td.TdClassName
{
border-color: #249984;
}
.TagClassName
{
border-color: #249984;
}
</style>