Shades of Niagara #289F85
Tints of Niagara #289F85
RGB
CMYK
RGB Variations
Color information
#289F85 (or 0x289F85) is known color: Niagara. HEX triplet: 28, 9F and 85. RGB value is (40,159,133). Sum of RGB (Red+Green+Blue) = 40+159+133=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #289F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289F85 is #D7607A. Grayscale: #787878. Windows color (decimal): -14114939 or 8757032. OLE color: 8757032.
HSL color Cylindrical-coordinate representation of color #289F85: hue angle of 166.89º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289F85 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 159 | 133 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.38 |
| HSL | 166.89º | 0.6% | 0.39% | - |
| HSV(B) | 166.89º | 0.75% | 0.62% | - |
| XYZ | 17.51 | 26.94 | 26.47 | - |
| YUV | 120.46 | 135.08 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 133 | 0.75 | 0 | 0.16 | 0.38 | 166.89 | 0.6 | 0.39 |
| Hex | 28 | 9F | 85 | 4B | 0 | 10 | 26 | A7 | 3C | 27 |
| Octal | 50 | 237 | 205 | 113 | 0 | 20 | 46 | 247 | 74 | 47 |
| Binary | 101000 | 10011111 | 10000101 | 1001011 | 0 | 10000 | 100110 | 10100111 | 111100 | 100111 |
Color Harmonies of #289F85
Complementary color
Monochromatic Colors of #289F85
Black with #289F85
Text Example
Text Example
White with #289F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289F85; }
p { color: rgb(40,159,133); }
H1.HeaderClassName
{
color: #289F85;
}
.AnyTagClassName
{
color: #289F85;
}
</style>
background-color css
<style>
a { background-color: #289F85; }
a { background-color: rgb(40,159,133); }
div.DivClassName
{
background-color: #289F85;
}
.BgClassName
{
background-color: #289F85;
}
</style>
border-color css
<style>
span { border-color: #289F85; }
span { border-color: rgb(40,159,133); }
td.TdClassName
{
border-color: #289F85;
}
.TagClassName
{
border-color: #289F85;
}
</style>