Shades of Niagara #28AA8F
Tints of Niagara #28AA8F
RGB
CMYK
RGB Variations
Color information
#28AA8F (or 0x28AA8F) is known color: Niagara. HEX triplet: 28, AA and 8F. RGB value is (40,170,143). Sum of RGB (Red+Green+Blue) = 40+170+143=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AA8F is #D75570. Grayscale: #808080. Windows color (decimal): -14112113 or 9415208. OLE color: 9415208.
HSL color Cylindrical-coordinate representation of color #28AA8F: hue angle of 167.54º 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 #28AA8F is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 143 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.33 |
| HSL | 167.54º | 0.62% | 0.41% | - |
| HSV(B) | 167.54º | 0.76% | 0.67% | - |
| XYZ | 20.21 | 31.18 | 30.94 | - |
| YUV | 128.05 | 136.43 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 143 | 0.76 | 0 | 0.16 | 0.33 | 167.54 | 0.62 | 0.41 |
| Hex | 28 | AA | 8F | 4C | 0 | 10 | 21 | A8 | 3E | 29 |
| Octal | 50 | 252 | 217 | 114 | 0 | 20 | 41 | 250 | 76 | 51 |
| Binary | 101000 | 10101010 | 10001111 | 1001100 | 0 | 10000 | 100001 | 10101000 | 111110 | 101001 |
Color Harmonies of #28AA8F
Complementary color
Monochromatic Colors of #28AA8F
Black with #28AA8F
Text Example
Text Example
White with #28AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA8F; }
p { color: rgb(40,170,143); }
H1.HeaderClassName
{
color: #28AA8F;
}
.AnyTagClassName
{
color: #28AA8F;
}
</style>
background-color css
<style>
a { background-color: #28AA8F; }
a { background-color: rgb(40,170,143); }
div.DivClassName
{
background-color: #28AA8F;
}
.BgClassName
{
background-color: #28AA8F;
}
</style>
border-color css
<style>
span { border-color: #28AA8F; }
span { border-color: rgb(40,170,143); }
td.TdClassName
{
border-color: #28AA8F;
}
.TagClassName
{
border-color: #28AA8F;
}
</style>