Shades of Niagara #28AF96
Tints of Niagara #28AF96
RGB
CMYK
RGB Variations
Color information
#28AF96 (or 0x28AF96) is known color: Niagara. HEX triplet: 28, AF and 96. RGB value is (40,175,150). Sum of RGB (Red+Green+Blue) = 40+175+150=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AF96 is #D75069. Grayscale: #838383. Windows color (decimal): -14110826 or 9875240. OLE color: 9875240.
HSL color Cylindrical-coordinate representation of color #28AF96: hue angle of 168.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AF96 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 150 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.31 |
| HSL | 168.89º | 0.63% | 0.42% | - |
| HSV(B) | 168.89º | 0.77% | 0.69% | - |
| XYZ | 21.71 | 33.31 | 34.14 | - |
| YUV | 131.79 | 138.27 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 150 | 0.77 | 0 | 0.14 | 0.31 | 168.89 | 0.63 | 0.42 |
| Hex | 28 | AF | 96 | 4D | 0 | E | 1F | A9 | 3F | 2A |
| Octal | 50 | 257 | 226 | 115 | 0 | 16 | 37 | 251 | 77 | 52 |
| Binary | 101000 | 10101111 | 10010110 | 1001101 | 0 | 1110 | 11111 | 10101001 | 111111 | 101010 |
Color Harmonies of #28AF96
Complementary color
Monochromatic Colors of #28AF96
Black with #28AF96
Text Example
Text Example
White with #28AF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF96; }
p { color: rgb(40,175,150); }
H1.HeaderClassName
{
color: #28AF96;
}
.AnyTagClassName
{
color: #28AF96;
}
</style>
background-color css
<style>
a { background-color: #28AF96; }
a { background-color: rgb(40,175,150); }
div.DivClassName
{
background-color: #28AF96;
}
.BgClassName
{
background-color: #28AF96;
}
</style>
border-color css
<style>
span { border-color: #28AF96; }
span { border-color: rgb(40,175,150); }
td.TdClassName
{
border-color: #28AF96;
}
.TagClassName
{
border-color: #28AF96;
}
</style>