Shades of Niagara #28AA96
Tints of Niagara #28AA96
RGB
CMYK
RGB Variations
Color information
#28AA96 (or 0x28AA96) is known color: Niagara. HEX triplet: 28, AA and 96. RGB value is (40,170,150). Sum of RGB (Red+Green+Blue) = 40+170+150=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AA96 is #D75569. Grayscale: #808080. Windows color (decimal): -14112106 or 9873960. OLE color: 9873960.
HSL color Cylindrical-coordinate representation of color #28AA96: hue angle of 170.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 #28AA96 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 150 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.33 |
| HSL | 170.77º | 0.62% | 0.41% | - |
| HSV(B) | 170.77º | 0.76% | 0.67% | - |
| XYZ | 20.75 | 31.4 | 33.82 | - |
| YUV | 128.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 150 | 0.76 | 0 | 0.12 | 0.33 | 170.77 | 0.62 | 0.41 |
| Hex | 28 | AA | 96 | 4C | 0 | C | 21 | AB | 3E | 29 |
| Octal | 50 | 252 | 226 | 114 | 0 | 14 | 41 | 253 | 76 | 51 |
| Binary | 101000 | 10101010 | 10010110 | 1001100 | 0 | 1100 | 100001 | 10101011 | 111110 | 101001 |
Color Harmonies of #28AA96
Complementary color
Monochromatic Colors of #28AA96
Black with #28AA96
Text Example
Text Example
White with #28AA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA96; }
p { color: rgb(40,170,150); }
H1.HeaderClassName
{
color: #28AA96;
}
.AnyTagClassName
{
color: #28AA96;
}
</style>
background-color css
<style>
a { background-color: #28AA96; }
a { background-color: rgb(40,170,150); }
div.DivClassName
{
background-color: #28AA96;
}
.BgClassName
{
background-color: #28AA96;
}
</style>
border-color css
<style>
span { border-color: #28AA96; }
span { border-color: rgb(40,170,150); }
td.TdClassName
{
border-color: #28AA96;
}
.TagClassName
{
border-color: #28AA96;
}
</style>