Shades of Niagara #249982
Tints of Niagara #249982
RGB
CMYK
RGB Variations
Color information
#249982 (or 0x249982) is known color: Niagara. HEX triplet: 24, 99 and 82. RGB value is (36,153,130). Sum of RGB (Red+Green+Blue) = 36+153+130=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #249982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249982 is #DB667D. Grayscale: #737373. Windows color (decimal): -14378622 or 8558884. OLE color: 8558884.
HSL color Cylindrical-coordinate representation of color #249982: hue angle of 168.21º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249982 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 130 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.4 |
| HSL | 168.21º | 0.62% | 0.37% | - |
| HSV(B) | 168.21º | 0.76% | 0.6% | - |
| XYZ | 16.15 | 24.77 | 25.05 | - |
| YUV | 115.4 | 136.24 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 130 | 0.76 | 0 | 0.15 | 0.4 | 168.21 | 0.62 | 0.37 |
| Hex | 24 | 99 | 82 | 4C | 0 | F | 28 | A8 | 3E | 25 |
| Octal | 44 | 231 | 202 | 114 | 0 | 17 | 50 | 250 | 76 | 45 |
| Binary | 100100 | 10011001 | 10000010 | 1001100 | 0 | 1111 | 101000 | 10101000 | 111110 | 100101 |
Color Harmonies of #249982
Complementary color
Monochromatic Colors of #249982
Black with #249982
Text Example
Text Example
White with #249982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249982; }
p { color: rgb(36,153,130); }
H1.HeaderClassName
{
color: #249982;
}
.AnyTagClassName
{
color: #249982;
}
</style>
background-color css
<style>
a { background-color: #249982; }
a { background-color: rgb(36,153,130); }
div.DivClassName
{
background-color: #249982;
}
.BgClassName
{
background-color: #249982;
}
</style>
border-color css
<style>
span { border-color: #249982; }
span { border-color: rgb(36,153,130); }
td.TdClassName
{
border-color: #249982;
}
.TagClassName
{
border-color: #249982;
}
</style>