Shades of Niagara #289985
Tints of Niagara #289985
RGB
CMYK
RGB Variations
Color information
#289985 (or 0x289985) is known color: Niagara. HEX triplet: 28, 99 and 85. RGB value is (40,153,133). Sum of RGB (Red+Green+Blue) = 40+153+133=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #289985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289985 is #D7667A. Grayscale: #747474. Windows color (decimal): -14116475 or 8755496. OLE color: 8755496.
HSL color Cylindrical-coordinate representation of color #289985: hue angle of 169.38º degrees, saturation: 0.59, 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 #289985 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 133 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.4 |
| HSL | 169.38º | 0.59% | 0.38% | - |
| HSV(B) | 169.38º | 0.74% | 0.6% | - |
| XYZ | 16.5 | 24.93 | 26.13 | - |
| YUV | 116.93 | 137.06 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 133 | 0.74 | 0 | 0.13 | 0.4 | 169.38 | 0.59 | 0.38 |
| Hex | 28 | 99 | 85 | 4A | 0 | D | 28 | A9 | 3B | 26 |
| Octal | 50 | 231 | 205 | 112 | 0 | 15 | 50 | 251 | 73 | 46 |
| Binary | 101000 | 10011001 | 10000101 | 1001010 | 0 | 1101 | 101000 | 10101001 | 111011 | 100110 |
Color Harmonies of #289985
Complementary color
Monochromatic Colors of #289985
Black with #289985
Text Example
Text Example
White with #289985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289985; }
p { color: rgb(40,153,133); }
H1.HeaderClassName
{
color: #289985;
}
.AnyTagClassName
{
color: #289985;
}
</style>
background-color css
<style>
a { background-color: #289985; }
a { background-color: rgb(40,153,133); }
div.DivClassName
{
background-color: #289985;
}
.BgClassName
{
background-color: #289985;
}
</style>
border-color css
<style>
span { border-color: #289985; }
span { border-color: rgb(40,153,133); }
td.TdClassName
{
border-color: #289985;
}
.TagClassName
{
border-color: #289985;
}
</style>