Shades of Niagara #249986
Tints of Niagara #249986
RGB
CMYK
RGB Variations
Color information
#249986 (or 0x249986) is known color: Niagara. HEX triplet: 24, 99 and 86. RGB value is (36,153,134). Sum of RGB (Red+Green+Blue) = 36+153+134=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #249986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249986 is #DB6679. Grayscale: #737373. Windows color (decimal): -14378618 or 8821028. OLE color: 8821028.
HSL color Cylindrical-coordinate representation of color #249986: hue angle of 170.26º 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 #249986 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 134 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.4 |
| HSL | 170.26º | 0.62% | 0.37% | - |
| HSV(B) | 170.26º | 0.76% | 0.6% | - |
| XYZ | 16.42 | 24.88 | 26.49 | - |
| YUV | 115.85 | 138.24 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 134 | 0.76 | 0 | 0.12 | 0.4 | 170.26 | 0.62 | 0.37 |
| Hex | 24 | 99 | 86 | 4C | 0 | C | 28 | AA | 3E | 25 |
| Octal | 44 | 231 | 206 | 114 | 0 | 14 | 50 | 252 | 76 | 45 |
| Binary | 100100 | 10011001 | 10000110 | 1001100 | 0 | 1100 | 101000 | 10101010 | 111110 | 100101 |
Color Harmonies of #249986
Complementary color
Monochromatic Colors of #249986
Black with #249986
Text Example
Text Example
White with #249986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249986; }
p { color: rgb(36,153,134); }
H1.HeaderClassName
{
color: #249986;
}
.AnyTagClassName
{
color: #249986;
}
</style>
background-color css
<style>
a { background-color: #249986; }
a { background-color: rgb(36,153,134); }
div.DivClassName
{
background-color: #249986;
}
.BgClassName
{
background-color: #249986;
}
</style>
border-color css
<style>
span { border-color: #249986; }
span { border-color: rgb(36,153,134); }
td.TdClassName
{
border-color: #249986;
}
.TagClassName
{
border-color: #249986;
}
</style>