Shades of Niagara #28AC96
Tints of Niagara #28AC96
RGB
CMYK
RGB Variations
Color information
#28AC96 (or 0x28AC96) is known color: Niagara. HEX triplet: 28, AC and 96. RGB value is (40,172,150). Sum of RGB (Red+Green+Blue) = 40+172+150=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AC96 is #D75369. Grayscale: #818181. Windows color (decimal): -14111594 or 9874472. OLE color: 9874472.
HSL color Cylindrical-coordinate representation of color #28AC96: hue angle of 170º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AC96 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 150 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.33 |
| HSL | 170º | 0.62% | 0.42% | - |
| HSV(B) | 170º | 0.77% | 0.67% | - |
| XYZ | 21.13 | 32.16 | 33.95 | - |
| YUV | 130.02 | 139.27 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 150 | 0.77 | 0 | 0.13 | 0.33 | 170 | 0.62 | 0.42 |
| Hex | 28 | AC | 96 | 4D | 0 | D | 21 | AA | 3E | 2A |
| Octal | 50 | 254 | 226 | 115 | 0 | 15 | 41 | 252 | 76 | 52 |
| Binary | 101000 | 10101100 | 10010110 | 1001101 | 0 | 1101 | 100001 | 10101010 | 111110 | 101010 |
Color Harmonies of #28AC96
Complementary color
Monochromatic Colors of #28AC96
Black with #28AC96
Text Example
Text Example
White with #28AC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC96; }
p { color: rgb(40,172,150); }
H1.HeaderClassName
{
color: #28AC96;
}
.AnyTagClassName
{
color: #28AC96;
}
</style>
background-color css
<style>
a { background-color: #28AC96; }
a { background-color: rgb(40,172,150); }
div.DivClassName
{
background-color: #28AC96;
}
.BgClassName
{
background-color: #28AC96;
}
</style>
border-color css
<style>
span { border-color: #28AC96; }
span { border-color: rgb(40,172,150); }
td.TdClassName
{
border-color: #28AC96;
}
.TagClassName
{
border-color: #28AC96;
}
</style>