Shades of Niagara #289D86
Tints of Niagara #289D86
RGB
CMYK
RGB Variations
Color information
#289D86 (or 0x289D86) is known color: Niagara. HEX triplet: 28, 9D and 86. RGB value is (40,157,134). Sum of RGB (Red+Green+Blue) = 40+157+134=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #289D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289D86 is #D76279. Grayscale: #777777. Windows color (decimal): -14115450 or 8822056. OLE color: 8822056.
HSL color Cylindrical-coordinate representation of color #289D86: hue angle of 168.21º degrees, saturation: 0.59, 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 #289D86 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 157 | 134 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.38 |
| HSL | 168.21º | 0.59% | 0.39% | - |
| HSV(B) | 168.21º | 0.75% | 0.62% | - |
| XYZ | 17.24 | 26.29 | 26.72 | - |
| YUV | 119.4 | 136.24 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 134 | 0.75 | 0 | 0.15 | 0.38 | 168.21 | 0.59 | 0.39 |
| Hex | 28 | 9D | 86 | 4B | 0 | F | 26 | A8 | 3B | 27 |
| Octal | 50 | 235 | 206 | 113 | 0 | 17 | 46 | 250 | 73 | 47 |
| Binary | 101000 | 10011101 | 10000110 | 1001011 | 0 | 1111 | 100110 | 10101000 | 111011 | 100111 |
Color Harmonies of #289D86
Complementary color
Monochromatic Colors of #289D86
Black with #289D86
Text Example
Text Example
White with #289D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289D86; }
p { color: rgb(40,157,134); }
H1.HeaderClassName
{
color: #289D86;
}
.AnyTagClassName
{
color: #289D86;
}
</style>
background-color css
<style>
a { background-color: #289D86; }
a { background-color: rgb(40,157,134); }
div.DivClassName
{
background-color: #289D86;
}
.BgClassName
{
background-color: #289D86;
}
</style>
border-color css
<style>
span { border-color: #289D86; }
span { border-color: rgb(40,157,134); }
td.TdClassName
{
border-color: #289D86;
}
.TagClassName
{
border-color: #289D86;
}
</style>