Shades of Niagara #289984
Tints of Niagara #289984
RGB
CMYK
RGB Variations
Color information
#289984 (or 0x289984) is known color: Niagara. HEX triplet: 28, 99 and 84. RGB value is (40,153,132). Sum of RGB (Red+Green+Blue) = 40+153+132=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #289984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289984 is #D7667B. Grayscale: #747474. Windows color (decimal): -14116476 or 8689960. OLE color: 8689960.
HSL color Cylindrical-coordinate representation of color #289984: hue angle of 168.85º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289984 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 132 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.4 |
| HSL | 168.85º | 0.59% | 0.38% | - |
| HSV(B) | 168.85º | 0.74% | 0.6% | - |
| XYZ | 16.43 | 24.9 | 25.77 | - |
| YUV | 116.82 | 136.56 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 132 | 0.74 | 0 | 0.14 | 0.4 | 168.85 | 0.59 | 0.38 |
| Hex | 28 | 99 | 84 | 4A | 0 | E | 28 | A9 | 3B | 26 |
| Octal | 50 | 231 | 204 | 112 | 0 | 16 | 50 | 251 | 73 | 46 |
| Binary | 101000 | 10011001 | 10000100 | 1001010 | 0 | 1110 | 101000 | 10101001 | 111011 | 100110 |
Color Harmonies of #289984
Complementary color
Monochromatic Colors of #289984
Black with #289984
Text Example
Text Example
White with #289984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289984; }
p { color: rgb(40,153,132); }
H1.HeaderClassName
{
color: #289984;
}
.AnyTagClassName
{
color: #289984;
}
</style>
background-color css
<style>
a { background-color: #289984; }
a { background-color: rgb(40,153,132); }
div.DivClassName
{
background-color: #289984;
}
.BgClassName
{
background-color: #289984;
}
</style>
border-color css
<style>
span { border-color: #289984; }
span { border-color: rgb(40,153,132); }
td.TdClassName
{
border-color: #289984;
}
.TagClassName
{
border-color: #289984;
}
</style>