Shades of Niagara #249D86
Tints of Niagara #249D86
RGB
CMYK
RGB Variations
Color information
#249D86 (or 0x249D86) is known color: Niagara. HEX triplet: 24, 9D and 86. RGB value is (36,157,134). Sum of RGB (Red+Green+Blue) = 36+157+134=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #249D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249D86 is #DB6279. Grayscale: #767676. Windows color (decimal): -14377594 or 8822052. OLE color: 8822052.
HSL color Cylindrical-coordinate representation of color #249D86: hue angle of 168.6º 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 #249D86 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 157 | 134 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.38 |
| HSL | 168.6º | 0.63% | 0.38% | - |
| HSV(B) | 168.6º | 0.77% | 0.62% | - |
| XYZ | 17.09 | 26.21 | 26.71 | - |
| YUV | 118.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 134 | 0.77 | 0 | 0.15 | 0.38 | 168.6 | 0.63 | 0.38 |
| Hex | 24 | 9D | 86 | 4D | 0 | F | 26 | A9 | 3F | 26 |
| Octal | 44 | 235 | 206 | 115 | 0 | 17 | 46 | 251 | 77 | 46 |
| Binary | 100100 | 10011101 | 10000110 | 1001101 | 0 | 1111 | 100110 | 10101001 | 111111 | 100110 |
Color Harmonies of #249D86
Complementary color
Monochromatic Colors of #249D86
Black with #249D86
Text Example
Text Example
White with #249D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249D86; }
p { color: rgb(36,157,134); }
H1.HeaderClassName
{
color: #249D86;
}
.AnyTagClassName
{
color: #249D86;
}
</style>
background-color css
<style>
a { background-color: #249D86; }
a { background-color: rgb(36,157,134); }
div.DivClassName
{
background-color: #249D86;
}
.BgClassName
{
background-color: #249D86;
}
</style>
border-color css
<style>
span { border-color: #249D86; }
span { border-color: rgb(36,157,134); }
td.TdClassName
{
border-color: #249D86;
}
.TagClassName
{
border-color: #249D86;
}
</style>