Shades of Niagara #289888
Tints of Niagara #289888
RGB
CMYK
RGB Variations
Color information
#289888 (or 0x289888) is known color: Niagara. HEX triplet: 28, 98 and 88. RGB value is (40,152,136). Sum of RGB (Red+Green+Blue) = 40+152+136=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #289888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289888 is #D76777. Grayscale: #747474. Windows color (decimal): -14116728 or 8951848. OLE color: 8951848.
HSL color Cylindrical-coordinate representation of color #289888: hue angle of 171.43º degrees, saturation: 0.58, 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 #289888 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 152 | 136 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.40 |
| HSL | 171.43º | 0.58% | 0.38% | - |
| HSV(B) | 171.43º | 0.74% | 0.6% | - |
| XYZ | 16.55 | 24.69 | 27.19 | - |
| YUV | 116.69 | 138.89 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 136 | 0.74 | 0 | 0.11 | 0.40 | 171.43 | 0.58 | 0.38 |
| Hex | 28 | 98 | 88 | 4A | 0 | B | 28 | AB | 3A | 26 |
| Octal | 50 | 230 | 210 | 112 | 0 | 13 | 50 | 253 | 72 | 46 |
| Binary | 101000 | 10011000 | 10001000 | 1001010 | 0 | 1011 | 101000 | 10101011 | 111010 | 100110 |
Color Harmonies of #289888
Complementary color
Monochromatic Colors of #289888
Black with #289888
Text Example
Text Example
White with #289888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289888; }
p { color: rgb(40,152,136); }
H1.HeaderClassName
{
color: #289888;
}
.AnyTagClassName
{
color: #289888;
}
</style>
background-color css
<style>
a { background-color: #289888; }
a { background-color: rgb(40,152,136); }
div.DivClassName
{
background-color: #289888;
}
.BgClassName
{
background-color: #289888;
}
</style>
border-color css
<style>
span { border-color: #289888; }
span { border-color: rgb(40,152,136); }
td.TdClassName
{
border-color: #289888;
}
.TagClassName
{
border-color: #289888;
}
</style>