Shades of Niagara #249683
Tints of Niagara #249683
RGB
CMYK
RGB Variations
Color information
#249683 (or 0x249683) is known color: Niagara. HEX triplet: 24, 96 and 83. RGB value is (36,150,131). Sum of RGB (Red+Green+Blue) = 36+150+131=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #249683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249683 is #DB697C. Grayscale: #717171. Windows color (decimal): -14379389 or 8623652. OLE color: 8623652.
HSL color Cylindrical-coordinate representation of color #249683: hue angle of 170º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249683 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 150 | 131 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.41 |
| HSL | 170º | 0.61% | 0.36% | - |
| HSV(B) | 170º | 0.76% | 0.59% | - |
| XYZ | 15.73 | 23.83 | 25.24 | - |
| YUV | 113.75 | 137.73 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 131 | 0.76 | 0 | 0.13 | 0.41 | 170 | 0.61 | 0.36 |
| Hex | 24 | 96 | 83 | 4C | 0 | D | 29 | AA | 3D | 24 |
| Octal | 44 | 226 | 203 | 114 | 0 | 15 | 51 | 252 | 75 | 44 |
| Binary | 100100 | 10010110 | 10000011 | 1001100 | 0 | 1101 | 101001 | 10101010 | 111101 | 100100 |
Color Harmonies of #249683
Complementary color
Monochromatic Colors of #249683
Black with #249683
Text Example
Text Example
White with #249683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249683; }
p { color: rgb(36,150,131); }
H1.HeaderClassName
{
color: #249683;
}
.AnyTagClassName
{
color: #249683;
}
</style>
background-color css
<style>
a { background-color: #249683; }
a { background-color: rgb(36,150,131); }
div.DivClassName
{
background-color: #249683;
}
.BgClassName
{
background-color: #249683;
}
</style>
border-color css
<style>
span { border-color: #249683; }
span { border-color: rgb(36,150,131); }
td.TdClassName
{
border-color: #249683;
}
.TagClassName
{
border-color: #249683;
}
</style>