Shades of Niagara #28AA8C
Tints of Niagara #28AA8C
RGB
CMYK
RGB Variations
Color information
#28AA8C (or 0x28AA8C) is known color: Niagara. HEX triplet: 28, AA and 8C. RGB value is (40,170,140). Sum of RGB (Red+Green+Blue) = 40+170+140=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AA8C is #D75573. Grayscale: #7F7F7F. Windows color (decimal): -14112116 or 9218600. OLE color: 9218600.
HSL color Cylindrical-coordinate representation of color #28AA8C: hue angle of 166.15º 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 #28AA8C is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 140 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.33 |
| HSL | 166.15º | 0.62% | 0.41% | - |
| HSV(B) | 166.15º | 0.76% | 0.67% | - |
| XYZ | 19.98 | 31.09 | 29.76 | - |
| YUV | 127.71 | 134.93 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 140 | 0.76 | 0 | 0.18 | 0.33 | 166.15 | 0.62 | 0.41 |
| Hex | 28 | AA | 8C | 4C | 0 | 12 | 21 | A6 | 3E | 29 |
| Octal | 50 | 252 | 214 | 114 | 0 | 22 | 41 | 246 | 76 | 51 |
| Binary | 101000 | 10101010 | 10001100 | 1001100 | 0 | 10010 | 100001 | 10100110 | 111110 | 101001 |
Color Harmonies of #28AA8C
Complementary color
Monochromatic Colors of #28AA8C
Black with #28AA8C
Text Example
Text Example
White with #28AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA8C; }
p { color: rgb(40,170,140); }
H1.HeaderClassName
{
color: #28AA8C;
}
.AnyTagClassName
{
color: #28AA8C;
}
</style>
background-color css
<style>
a { background-color: #28AA8C; }
a { background-color: rgb(40,170,140); }
div.DivClassName
{
background-color: #28AA8C;
}
.BgClassName
{
background-color: #28AA8C;
}
</style>
border-color css
<style>
span { border-color: #28AA8C; }
span { border-color: rgb(40,170,140); }
td.TdClassName
{
border-color: #28AA8C;
}
.TagClassName
{
border-color: #28AA8C;
}
</style>