Shades of Niagara #289D89
Tints of Niagara #289D89
RGB
CMYK
RGB Variations
Color information
#289D89 (or 0x289D89) is known color: Niagara. HEX triplet: 28, 9D and 89. RGB value is (40,157,137). Sum of RGB (Red+Green+Blue) = 40+157+137=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #289D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289D89 is #D76276. Grayscale: #777777. Windows color (decimal): -14115447 or 9018664. OLE color: 9018664.
HSL color Cylindrical-coordinate representation of color #289D89: hue angle of 169.74º 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 #289D89 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 157 | 137 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.38 |
| HSL | 169.74º | 0.59% | 0.39% | - |
| HSV(B) | 169.74º | 0.75% | 0.62% | - |
| XYZ | 17.45 | 26.37 | 27.84 | - |
| YUV | 119.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 137 | 0.75 | 0 | 0.13 | 0.38 | 169.74 | 0.59 | 0.39 |
| Hex | 28 | 9D | 89 | 4B | 0 | D | 26 | AA | 3B | 27 |
| Octal | 50 | 235 | 211 | 113 | 0 | 15 | 46 | 252 | 73 | 47 |
| Binary | 101000 | 10011101 | 10001001 | 1001011 | 0 | 1101 | 100110 | 10101010 | 111011 | 100111 |
Color Harmonies of #289D89
Complementary color
Monochromatic Colors of #289D89
Black with #289D89
Text Example
Text Example
White with #289D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289D89; }
p { color: rgb(40,157,137); }
H1.HeaderClassName
{
color: #289D89;
}
.AnyTagClassName
{
color: #289D89;
}
</style>
background-color css
<style>
a { background-color: #289D89; }
a { background-color: rgb(40,157,137); }
div.DivClassName
{
background-color: #289D89;
}
.BgClassName
{
background-color: #289D89;
}
</style>
border-color css
<style>
span { border-color: #289D89; }
span { border-color: rgb(40,157,137); }
td.TdClassName
{
border-color: #289D89;
}
.TagClassName
{
border-color: #289D89;
}
</style>