Shades of Niagara #28A995
Tints of Niagara #28A995
RGB
CMYK
RGB Variations
Color information
#28A995 (or 0x28A995) is known color: Niagara. HEX triplet: 28, A9 and 95. RGB value is (40,169,149). Sum of RGB (Red+Green+Blue) = 40+169+149=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #28A995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A995 is #D7566A. Grayscale: #808080. Windows color (decimal): -14112363 or 9808168. OLE color: 9808168.
HSL color Cylindrical-coordinate representation of color #28A995: hue angle of 170.7º 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 #28A995 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 169 | 149 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.34 |
| HSL | 170.7º | 0.62% | 0.41% | - |
| HSV(B) | 170.7º | 0.76% | 0.66% | - |
| XYZ | 20.49 | 31 | 33.34 | - |
| YUV | 128.15 | 139.76 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 169 | 149 | 0.76 | 0 | 0.12 | 0.34 | 170.7 | 0.62 | 0.41 |
| Hex | 28 | A9 | 95 | 4C | 0 | C | 22 | AB | 3E | 29 |
| Octal | 50 | 251 | 225 | 114 | 0 | 14 | 42 | 253 | 76 | 51 |
| Binary | 101000 | 10101001 | 10010101 | 1001100 | 0 | 1100 | 100010 | 10101011 | 111110 | 101001 |
Color Harmonies of #28A995
Complementary color
Monochromatic Colors of #28A995
Black with #28A995
Text Example
Text Example
White with #28A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A995; }
p { color: rgb(40,169,149); }
H1.HeaderClassName
{
color: #28A995;
}
.AnyTagClassName
{
color: #28A995;
}
</style>
background-color css
<style>
a { background-color: #28A995; }
a { background-color: rgb(40,169,149); }
div.DivClassName
{
background-color: #28A995;
}
.BgClassName
{
background-color: #28A995;
}
</style>
border-color css
<style>
span { border-color: #28A995; }
span { border-color: rgb(40,169,149); }
td.TdClassName
{
border-color: #28A995;
}
.TagClassName
{
border-color: #28A995;
}
</style>