Shades of Niagara #249F84
Tints of Niagara #249F84
RGB
CMYK
RGB Variations
Color information
#249F84 (or 0x249F84) is known color: Niagara. HEX triplet: 24, 9F and 84. RGB value is (36,159,132). Sum of RGB (Red+Green+Blue) = 36+159+132=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #249F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F84 is #DB607B. Grayscale: #777777. Windows color (decimal): -14377084 or 8691492. OLE color: 8691492.
HSL color Cylindrical-coordinate representation of color #249F84: hue angle of 166.83º 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 #249F84 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 132 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.38 |
| HSL | 166.83º | 0.63% | 0.38% | - |
| HSV(B) | 166.83º | 0.77% | 0.62% | - |
| XYZ | 17.29 | 26.84 | 26.1 | - |
| YUV | 119.15 | 135.25 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 132 | 0.77 | 0 | 0.17 | 0.38 | 166.83 | 0.63 | 0.38 |
| Hex | 24 | 9F | 84 | 4D | 0 | 11 | 26 | A7 | 3F | 26 |
| Octal | 44 | 237 | 204 | 115 | 0 | 21 | 46 | 247 | 77 | 46 |
| Binary | 100100 | 10011111 | 10000100 | 1001101 | 0 | 10001 | 100110 | 10100111 | 111111 | 100110 |
Color Harmonies of #249F84
Complementary color
Monochromatic Colors of #249F84
Black with #249F84
Text Example
Text Example
White with #249F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F84; }
p { color: rgb(36,159,132); }
H1.HeaderClassName
{
color: #249F84;
}
.AnyTagClassName
{
color: #249F84;
}
</style>
background-color css
<style>
a { background-color: #249F84; }
a { background-color: rgb(36,159,132); }
div.DivClassName
{
background-color: #249F84;
}
.BgClassName
{
background-color: #249F84;
}
</style>
border-color css
<style>
span { border-color: #249F84; }
span { border-color: rgb(36,159,132); }
td.TdClassName
{
border-color: #249F84;
}
.TagClassName
{
border-color: #249F84;
}
</style>