Shades of Niagara #249F86
Tints of Niagara #249F86
RGB
CMYK
RGB Variations
Color information
#249F86 (or 0x249F86) is known color: Niagara. HEX triplet: 24, 9F and 86. RGB value is (36,159,134). Sum of RGB (Red+Green+Blue) = 36+159+134=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #249F86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F86 is #DB6079. Grayscale: #777777. Windows color (decimal): -14377082 or 8822564. OLE color: 8822564.
HSL color Cylindrical-coordinate representation of color #249F86: hue angle of 167.8º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249F86 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 134 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.38 |
| HSL | 167.8º | 0.63% | 0.38% | - |
| HSV(B) | 167.8º | 0.77% | 0.62% | - |
| XYZ | 17.43 | 26.89 | 26.83 | - |
| YUV | 119.37 | 136.25 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 134 | 0.77 | 0 | 0.16 | 0.38 | 167.8 | 0.63 | 0.38 |
| Hex | 24 | 9F | 86 | 4D | 0 | 10 | 26 | A8 | 3F | 26 |
| Octal | 44 | 237 | 206 | 115 | 0 | 20 | 46 | 250 | 77 | 46 |
| Binary | 100100 | 10011111 | 10000110 | 1001101 | 0 | 10000 | 100110 | 10101000 | 111111 | 100110 |
Color Harmonies of #249F86
Complementary color
Monochromatic Colors of #249F86
Black with #249F86
Text Example
Text Example
White with #249F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F86; }
p { color: rgb(36,159,134); }
H1.HeaderClassName
{
color: #249F86;
}
.AnyTagClassName
{
color: #249F86;
}
</style>
background-color css
<style>
a { background-color: #249F86; }
a { background-color: rgb(36,159,134); }
div.DivClassName
{
background-color: #249F86;
}
.BgClassName
{
background-color: #249F86;
}
</style>
border-color css
<style>
span { border-color: #249F86; }
span { border-color: rgb(36,159,134); }
td.TdClassName
{
border-color: #249F86;
}
.TagClassName
{
border-color: #249F86;
}
</style>