Shades of Niagara #289F83
Tints of Niagara #289F83
RGB
CMYK
RGB Variations
Color information
#289F83 (or 0x289F83) is known color: Niagara. HEX triplet: 28, 9F and 83. RGB value is (40,159,131). Sum of RGB (Red+Green+Blue) = 40+159+131=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #289F83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289F83 is #D7607C. Grayscale: #787878. Windows color (decimal): -14114941 or 8625960. OLE color: 8625960.
HSL color Cylindrical-coordinate representation of color #289F83: hue angle of 165.88º degrees, saturation: 0.6, 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 #289F83 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 159 | 131 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.38 |
| HSL | 165.88º | 0.6% | 0.39% | - |
| HSV(B) | 165.88º | 0.75% | 0.62% | - |
| XYZ | 17.37 | 26.89 | 25.75 | - |
| YUV | 120.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 131 | 0.75 | 0 | 0.18 | 0.38 | 165.88 | 0.6 | 0.39 |
| Hex | 28 | 9F | 83 | 4B | 0 | 12 | 26 | A6 | 3C | 27 |
| Octal | 50 | 237 | 203 | 113 | 0 | 22 | 46 | 246 | 74 | 47 |
| Binary | 101000 | 10011111 | 10000011 | 1001011 | 0 | 10010 | 100110 | 10100110 | 111100 | 100111 |
Color Harmonies of #289F83
Complementary color
Monochromatic Colors of #289F83
Black with #289F83
Text Example
Text Example
White with #289F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289F83; }
p { color: rgb(40,159,131); }
H1.HeaderClassName
{
color: #289F83;
}
.AnyTagClassName
{
color: #289F83;
}
</style>
background-color css
<style>
a { background-color: #289F83; }
a { background-color: rgb(40,159,131); }
div.DivClassName
{
background-color: #289F83;
}
.BgClassName
{
background-color: #289F83;
}
</style>
border-color css
<style>
span { border-color: #289F83; }
span { border-color: rgb(40,159,131); }
td.TdClassName
{
border-color: #289F83;
}
.TagClassName
{
border-color: #289F83;
}
</style>