Shades of Niagara #28AE8D
Tints of Niagara #28AE8D
RGB
CMYK
RGB Variations
Color information
#28AE8D (or 0x28AE8D) is known color: Niagara. HEX triplet: 28, AE and 8D. RGB value is (40,174,141). Sum of RGB (Red+Green+Blue) = 40+174+141=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AE8D is #D75172. Grayscale: #828282. Windows color (decimal): -14111091 or 9285160. OLE color: 9285160.
HSL color Cylindrical-coordinate representation of color #28AE8D: hue angle of 165.22º degrees, saturation: 0.63, 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 #28AE8D is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 174 | 141 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.32 |
| HSL | 165.22º | 0.63% | 0.42% | - |
| HSV(B) | 165.22º | 0.77% | 0.68% | - |
| XYZ | 20.82 | 32.65 | 30.4 | - |
| YUV | 130.17 | 134.11 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 174 | 141 | 0.77 | 0 | 0.19 | 0.32 | 165.22 | 0.63 | 0.42 |
| Hex | 28 | AE | 8D | 4D | 0 | 13 | 20 | A5 | 3F | 2A |
| Octal | 50 | 256 | 215 | 115 | 0 | 23 | 40 | 245 | 77 | 52 |
| Binary | 101000 | 10101110 | 10001101 | 1001101 | 0 | 10011 | 100000 | 10100101 | 111111 | 101010 |
Color Harmonies of #28AE8D
Complementary color
Monochromatic Colors of #28AE8D
Black with #28AE8D
Text Example
Text Example
White with #28AE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AE8D; }
p { color: rgb(40,174,141); }
H1.HeaderClassName
{
color: #28AE8D;
}
.AnyTagClassName
{
color: #28AE8D;
}
</style>
background-color css
<style>
a { background-color: #28AE8D; }
a { background-color: rgb(40,174,141); }
div.DivClassName
{
background-color: #28AE8D;
}
.BgClassName
{
background-color: #28AE8D;
}
</style>
border-color css
<style>
span { border-color: #28AE8D; }
span { border-color: rgb(40,174,141); }
td.TdClassName
{
border-color: #28AE8D;
}
.TagClassName
{
border-color: #28AE8D;
}
</style>