Shades of Niagara #249B86
Tints of Niagara #249B86
RGB
CMYK
RGB Variations
Color information
#249B86 (or 0x249B86) is known color: Niagara. HEX triplet: 24, 9B and 86. RGB value is (36,155,134). Sum of RGB (Red+Green+Blue) = 36+155+134=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #249B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249B86 is #DB6479. Grayscale: #747474. Windows color (decimal): -14378106 or 8821540. OLE color: 8821540.
HSL color Cylindrical-coordinate representation of color #249B86: hue angle of 169.41º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249B86 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 155 | 134 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.39 |
| HSL | 169.41º | 0.62% | 0.37% | - |
| HSV(B) | 169.41º | 0.77% | 0.61% | - |
| XYZ | 16.75 | 25.54 | 26.6 | - |
| YUV | 117.03 | 137.58 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 134 | 0.77 | 0 | 0.14 | 0.39 | 169.41 | 0.62 | 0.37 |
| Hex | 24 | 9B | 86 | 4D | 0 | E | 27 | A9 | 3E | 25 |
| Octal | 44 | 233 | 206 | 115 | 0 | 16 | 47 | 251 | 76 | 45 |
| Binary | 100100 | 10011011 | 10000110 | 1001101 | 0 | 1110 | 100111 | 10101001 | 111110 | 100101 |
Color Harmonies of #249B86
Complementary color
Monochromatic Colors of #249B86
Black with #249B86
Text Example
Text Example
White with #249B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249B86; }
p { color: rgb(36,155,134); }
H1.HeaderClassName
{
color: #249B86;
}
.AnyTagClassName
{
color: #249B86;
}
</style>
background-color css
<style>
a { background-color: #249B86; }
a { background-color: rgb(36,155,134); }
div.DivClassName
{
background-color: #249B86;
}
.BgClassName
{
background-color: #249B86;
}
</style>
border-color css
<style>
span { border-color: #249B86; }
span { border-color: rgb(36,155,134); }
td.TdClassName
{
border-color: #249B86;
}
.TagClassName
{
border-color: #249B86;
}
</style>