Shades of Niagara #28AD91
Tints of Niagara #28AD91
RGB
CMYK
RGB Variations
Color information
#28AD91 (or 0x28AD91) is known color: Niagara. HEX triplet: 28, AD and 91. RGB value is (40,173,145). Sum of RGB (Red+Green+Blue) = 40+173+145=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AD91 is #D7526E. Grayscale: #828282. Windows color (decimal): -14111343 or 9547048. OLE color: 9547048.
HSL color Cylindrical-coordinate representation of color #28AD91: hue angle of 167.37º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AD91 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 173 | 145 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.32 |
| HSL | 167.37º | 0.62% | 0.42% | - |
| HSV(B) | 167.37º | 0.77% | 0.68% | - |
| XYZ | 20.93 | 32.38 | 31.94 | - |
| YUV | 130.04 | 136.44 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 145 | 0.77 | 0 | 0.16 | 0.32 | 167.37 | 0.62 | 0.42 |
| Hex | 28 | AD | 91 | 4D | 0 | 10 | 20 | A7 | 3E | 2A |
| Octal | 50 | 255 | 221 | 115 | 0 | 20 | 40 | 247 | 76 | 52 |
| Binary | 101000 | 10101101 | 10010001 | 1001101 | 0 | 10000 | 100000 | 10100111 | 111110 | 101010 |
Color Harmonies of #28AD91
Complementary color
Monochromatic Colors of #28AD91
Black with #28AD91
Text Example
Text Example
White with #28AD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AD91; }
p { color: rgb(40,173,145); }
H1.HeaderClassName
{
color: #28AD91;
}
.AnyTagClassName
{
color: #28AD91;
}
</style>
background-color css
<style>
a { background-color: #28AD91; }
a { background-color: rgb(40,173,145); }
div.DivClassName
{
background-color: #28AD91;
}
.BgClassName
{
background-color: #28AD91;
}
</style>
border-color css
<style>
span { border-color: #28AD91; }
span { border-color: rgb(40,173,145); }
td.TdClassName
{
border-color: #28AD91;
}
.TagClassName
{
border-color: #28AD91;
}
</style>