Shades of Niagara #289A80
Tints of Niagara #289A80
RGB
CMYK
RGB Variations
Color information
#289A80 (or 0x289A80) is known color: Niagara. HEX triplet: 28, 9A and 80. RGB value is (40,154,128). Sum of RGB (Red+Green+Blue) = 40+154+128=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #289A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289A80 is #D7657F. Grayscale: #747474. Windows color (decimal): -14116224 or 8428072. OLE color: 8428072.
HSL color Cylindrical-coordinate representation of color #289A80: hue angle of 166.32º 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 #289A80 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 154 | 128 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.40 |
| HSL | 166.32º | 0.59% | 0.38% | - |
| HSV(B) | 166.32º | 0.74% | 0.6% | - |
| XYZ | 16.33 | 25.12 | 24.41 | - |
| YUV | 116.95 | 134.23 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 128 | 0.74 | 0 | 0.17 | 0.40 | 166.32 | 0.59 | 0.38 |
| Hex | 28 | 9A | 80 | 4A | 0 | 11 | 28 | A6 | 3B | 26 |
| Octal | 50 | 232 | 200 | 112 | 0 | 21 | 50 | 246 | 73 | 46 |
| Binary | 101000 | 10011010 | 10000000 | 1001010 | 0 | 10001 | 101000 | 10100110 | 111011 | 100110 |
Color Harmonies of #289A80
Complementary color
Monochromatic Colors of #289A80
Black with #289A80
Text Example
Text Example
White with #289A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289A80; }
p { color: rgb(40,154,128); }
H1.HeaderClassName
{
color: #289A80;
}
.AnyTagClassName
{
color: #289A80;
}
</style>
background-color css
<style>
a { background-color: #289A80; }
a { background-color: rgb(40,154,128); }
div.DivClassName
{
background-color: #289A80;
}
.BgClassName
{
background-color: #289A80;
}
</style>
border-color css
<style>
span { border-color: #289A80; }
span { border-color: rgb(40,154,128); }
td.TdClassName
{
border-color: #289A80;
}
.TagClassName
{
border-color: #289A80;
}
</style>