Shades of Niagara #249A84
Tints of Niagara #249A84
RGB
CMYK
RGB Variations
Color information
#249A84 (or 0x249A84) is known color: Niagara. HEX triplet: 24, 9A and 84. RGB value is (36,154,132). Sum of RGB (Red+Green+Blue) = 36+154+132=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #249A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A84 is #DB657B. Grayscale: #747474. Windows color (decimal): -14378364 or 8690212. OLE color: 8690212.
HSL color Cylindrical-coordinate representation of color #249A84: hue angle of 168.81º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249A84 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 154 | 132 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.40 |
| HSL | 168.81º | 0.62% | 0.37% | - |
| HSV(B) | 168.81º | 0.77% | 0.6% | - |
| XYZ | 16.45 | 25.15 | 25.82 | - |
| YUV | 116.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 132 | 0.77 | 0 | 0.14 | 0.40 | 168.81 | 0.62 | 0.37 |
| Hex | 24 | 9A | 84 | 4D | 0 | E | 28 | A9 | 3E | 25 |
| Octal | 44 | 232 | 204 | 115 | 0 | 16 | 50 | 251 | 76 | 45 |
| Binary | 100100 | 10011010 | 10000100 | 1001101 | 0 | 1110 | 101000 | 10101001 | 111110 | 100101 |
Color Harmonies of #249A84
Complementary color
Monochromatic Colors of #249A84
Black with #249A84
Text Example
Text Example
White with #249A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249A84; }
p { color: rgb(36,154,132); }
H1.HeaderClassName
{
color: #249A84;
}
.AnyTagClassName
{
color: #249A84;
}
</style>
background-color css
<style>
a { background-color: #249A84; }
a { background-color: rgb(36,154,132); }
div.DivClassName
{
background-color: #249A84;
}
.BgClassName
{
background-color: #249A84;
}
</style>
border-color css
<style>
span { border-color: #249A84; }
span { border-color: rgb(36,154,132); }
td.TdClassName
{
border-color: #249A84;
}
.TagClassName
{
border-color: #249A84;
}
</style>