Shades of Niagara #28AA89
Tints of Niagara #28AA89
RGB
CMYK
RGB Variations
Color information
#28AA89 (or 0x28AA89) is known color: Niagara. HEX triplet: 28, AA and 89. RGB value is (40,170,137). Sum of RGB (Red+Green+Blue) = 40+170+137=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AA89 is #D75576. Grayscale: #7F7F7F. Windows color (decimal): -14112119 or 9021992. OLE color: 9021992.
HSL color Cylindrical-coordinate representation of color #28AA89: hue angle of 164.77º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA89 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 137 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.33 |
| HSL | 164.77º | 0.62% | 0.41% | - |
| HSV(B) | 164.77º | 0.76% | 0.67% | - |
| XYZ | 19.77 | 31.01 | 28.61 | - |
| YUV | 127.37 | 133.43 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 137 | 0.76 | 0 | 0.19 | 0.33 | 164.77 | 0.62 | 0.41 |
| Hex | 28 | AA | 89 | 4C | 0 | 13 | 21 | A5 | 3E | 29 |
| Octal | 50 | 252 | 211 | 114 | 0 | 23 | 41 | 245 | 76 | 51 |
| Binary | 101000 | 10101010 | 10001001 | 1001100 | 0 | 10011 | 100001 | 10100101 | 111110 | 101001 |
Color Harmonies of #28AA89
Complementary color
Monochromatic Colors of #28AA89
Black with #28AA89
Text Example
Text Example
White with #28AA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA89; }
p { color: rgb(40,170,137); }
H1.HeaderClassName
{
color: #28AA89;
}
.AnyTagClassName
{
color: #28AA89;
}
</style>
background-color css
<style>
a { background-color: #28AA89; }
a { background-color: rgb(40,170,137); }
div.DivClassName
{
background-color: #28AA89;
}
.BgClassName
{
background-color: #28AA89;
}
</style>
border-color css
<style>
span { border-color: #28AA89; }
span { border-color: rgb(40,170,137); }
td.TdClassName
{
border-color: #28AA89;
}
.TagClassName
{
border-color: #28AA89;
}
</style>