Shades of Niagara #249682
Tints of Niagara #249682
RGB
CMYK
RGB Variations
Color information
#249682 (or 0x249682) is known color: Niagara. HEX triplet: 24, 96 and 82. RGB value is (36,150,130). Sum of RGB (Red+Green+Blue) = 36+150+130=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #249682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249682 is #DB697D. Grayscale: #717171. Windows color (decimal): -14379390 or 8558116. OLE color: 8558116.
HSL color Cylindrical-coordinate representation of color #249682: hue angle of 169.47º 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 #249682 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 150 | 130 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.41 |
| HSL | 169.47º | 0.61% | 0.36% | - |
| HSV(B) | 169.47º | 0.76% | 0.59% | - |
| XYZ | 15.66 | 23.8 | 24.89 | - |
| YUV | 113.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 130 | 0.76 | 0 | 0.13 | 0.41 | 169.47 | 0.61 | 0.36 |
| Hex | 24 | 96 | 82 | 4C | 0 | D | 29 | A9 | 3D | 24 |
| Octal | 44 | 226 | 202 | 114 | 0 | 15 | 51 | 251 | 75 | 44 |
| Binary | 100100 | 10010110 | 10000010 | 1001100 | 0 | 1101 | 101001 | 10101001 | 111101 | 100100 |
Color Harmonies of #249682
Complementary color
Monochromatic Colors of #249682
Black with #249682
Text Example
Text Example
White with #249682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249682; }
p { color: rgb(36,150,130); }
H1.HeaderClassName
{
color: #249682;
}
.AnyTagClassName
{
color: #249682;
}
</style>
background-color css
<style>
a { background-color: #249682; }
a { background-color: rgb(36,150,130); }
div.DivClassName
{
background-color: #249682;
}
.BgClassName
{
background-color: #249682;
}
</style>
border-color css
<style>
span { border-color: #249682; }
span { border-color: rgb(36,150,130); }
td.TdClassName
{
border-color: #249682;
}
.TagClassName
{
border-color: #249682;
}
</style>