Shades of Niagara #28A895
Tints of Niagara #28A895
RGB
CMYK
RGB Variations
Color information
#28A895 (or 0x28A895) is known color: Niagara. HEX triplet: 28, A8 and 95. RGB value is (40,168,149). Sum of RGB (Red+Green+Blue) = 40+168+149=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 168 - color contains mainly: green. Hex color #28A895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A895 is #D7576A. Grayscale: #7F7F7F. Windows color (decimal): -14112619 or 9807912. OLE color: 9807912.
HSL color Cylindrical-coordinate representation of color #28A895: hue angle of 171.09º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A895 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 168 | 149 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.34 |
| HSL | 171.09º | 0.62% | 0.41% | - |
| HSV(B) | 171.09º | 0.76% | 0.66% | - |
| XYZ | 20.3 | 30.63 | 33.28 | - |
| YUV | 127.56 | 140.09 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 168 | 149 | 0.76 | 0 | 0.11 | 0.34 | 171.09 | 0.62 | 0.41 |
| Hex | 28 | A8 | 95 | 4C | 0 | B | 22 | AB | 3E | 29 |
| Octal | 50 | 250 | 225 | 114 | 0 | 13 | 42 | 253 | 76 | 51 |
| Binary | 101000 | 10101000 | 10010101 | 1001100 | 0 | 1011 | 100010 | 10101011 | 111110 | 101001 |
Color Harmonies of #28A895
Complementary color
Monochromatic Colors of #28A895
Black with #28A895
Text Example
Text Example
White with #28A895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A895; }
p { color: rgb(40,168,149); }
H1.HeaderClassName
{
color: #28A895;
}
.AnyTagClassName
{
color: #28A895;
}
</style>
background-color css
<style>
a { background-color: #28A895; }
a { background-color: rgb(40,168,149); }
div.DivClassName
{
background-color: #28A895;
}
.BgClassName
{
background-color: #28A895;
}
</style>
border-color css
<style>
span { border-color: #28A895; }
span { border-color: rgb(40,168,149); }
td.TdClassName
{
border-color: #28A895;
}
.TagClassName
{
border-color: #28A895;
}
</style>