Shades of Niagara #249987
Tints of Niagara #249987
RGB
CMYK
RGB Variations
Color information
#249987 (or 0x249987) is known color: Niagara. HEX triplet: 24, 99 and 87. RGB value is (36,153,135). Sum of RGB (Red+Green+Blue) = 36+153+135=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #249987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249987 is #DB6678. Grayscale: #737373. Windows color (decimal): -14378617 or 8886564. OLE color: 8886564.
HSL color Cylindrical-coordinate representation of color #249987: hue angle of 170.77º 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 #249987 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 135 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.4 |
| HSL | 170.77º | 0.62% | 0.37% | - |
| HSV(B) | 170.77º | 0.76% | 0.6% | - |
| XYZ | 16.49 | 24.91 | 26.86 | - |
| YUV | 115.97 | 138.74 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 135 | 0.76 | 0 | 0.12 | 0.4 | 170.77 | 0.62 | 0.37 |
| Hex | 24 | 99 | 87 | 4C | 0 | C | 28 | AB | 3E | 25 |
| Octal | 44 | 231 | 207 | 114 | 0 | 14 | 50 | 253 | 76 | 45 |
| Binary | 100100 | 10011001 | 10000111 | 1001100 | 0 | 1100 | 101000 | 10101011 | 111110 | 100101 |
Color Harmonies of #249987
Complementary color
Monochromatic Colors of #249987
Black with #249987
Text Example
Text Example
White with #249987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249987; }
p { color: rgb(36,153,135); }
H1.HeaderClassName
{
color: #249987;
}
.AnyTagClassName
{
color: #249987;
}
</style>
background-color css
<style>
a { background-color: #249987; }
a { background-color: rgb(36,153,135); }
div.DivClassName
{
background-color: #249987;
}
.BgClassName
{
background-color: #249987;
}
</style>
border-color css
<style>
span { border-color: #249987; }
span { border-color: rgb(36,153,135); }
td.TdClassName
{
border-color: #249987;
}
.TagClassName
{
border-color: #249987;
}
</style>