Shades of Niagara #289D8E
Tints of Niagara #289D8E
RGB
CMYK
RGB Variations
Color information
#289D8E (or 0x289D8E) is known color: Niagara. HEX triplet: 28, 9D and 8E. RGB value is (40,157,142). Sum of RGB (Red+Green+Blue) = 40+157+142=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #289D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289D8E is #D76271. Grayscale: #787878. Windows color (decimal): -14115442 or 9346344. OLE color: 9346344.
HSL color Cylindrical-coordinate representation of color #289D8E: hue angle of 172.31º 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 #289D8E is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 157 | 142 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.38 |
| HSL | 172.31º | 0.59% | 0.39% | - |
| HSV(B) | 172.31º | 0.75% | 0.62% | - |
| XYZ | 17.81 | 26.52 | 29.77 | - |
| YUV | 120.31 | 140.24 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 142 | 0.75 | 0 | 0.10 | 0.38 | 172.31 | 0.59 | 0.39 |
| Hex | 28 | 9D | 8E | 4B | 0 | A | 26 | AC | 3B | 27 |
| Octal | 50 | 235 | 216 | 113 | 0 | 12 | 46 | 254 | 73 | 47 |
| Binary | 101000 | 10011101 | 10001110 | 1001011 | 0 | 1010 | 100110 | 10101100 | 111011 | 100111 |
Color Harmonies of #289D8E
Complementary color
Monochromatic Colors of #289D8E
Black with #289D8E
Text Example
Text Example
White with #289D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289D8E; }
p { color: rgb(40,157,142); }
H1.HeaderClassName
{
color: #289D8E;
}
.AnyTagClassName
{
color: #289D8E;
}
</style>
background-color css
<style>
a { background-color: #289D8E; }
a { background-color: rgb(40,157,142); }
div.DivClassName
{
background-color: #289D8E;
}
.BgClassName
{
background-color: #289D8E;
}
</style>
border-color css
<style>
span { border-color: #289D8E; }
span { border-color: rgb(40,157,142); }
td.TdClassName
{
border-color: #289D8E;
}
.TagClassName
{
border-color: #289D8E;
}
</style>