Shades of Niagara #28A797
Tints of Niagara #28A797
RGB
CMYK
RGB Variations
Color information
#28A797 (or 0x28A797) is known color: Niagara. HEX triplet: 28, A7 and 97. RGB value is (40,167,151). Sum of RGB (Red+Green+Blue) = 40+167+151=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #28A797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A797 is #D75868. Grayscale: #7F7F7F. Windows color (decimal): -14112873 or 9938728. OLE color: 9938728.
HSL color Cylindrical-coordinate representation of color #28A797: hue angle of 172.44º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A797 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 151 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.35 |
| HSL | 172.44º | 0.61% | 0.41% | - |
| HSV(B) | 172.44º | 0.76% | 0.65% | - |
| XYZ | 20.28 | 30.32 | 34.06 | - |
| YUV | 127.2 | 141.42 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 151 | 0.76 | 0 | 0.10 | 0.35 | 172.44 | 0.61 | 0.41 |
| Hex | 28 | A7 | 97 | 4C | 0 | A | 23 | AC | 3D | 29 |
| Octal | 50 | 247 | 227 | 114 | 0 | 12 | 43 | 254 | 75 | 51 |
| Binary | 101000 | 10100111 | 10010111 | 1001100 | 0 | 1010 | 100011 | 10101100 | 111101 | 101001 |
Color Harmonies of #28A797
Complementary color
Monochromatic Colors of #28A797
Black with #28A797
Text Example
Text Example
White with #28A797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A797; }
p { color: rgb(40,167,151); }
H1.HeaderClassName
{
color: #28A797;
}
.AnyTagClassName
{
color: #28A797;
}
</style>
background-color css
<style>
a { background-color: #28A797; }
a { background-color: rgb(40,167,151); }
div.DivClassName
{
background-color: #28A797;
}
.BgClassName
{
background-color: #28A797;
}
</style>
border-color css
<style>
span { border-color: #28A797; }
span { border-color: rgb(40,167,151); }
td.TdClassName
{
border-color: #28A797;
}
.TagClassName
{
border-color: #28A797;
}
</style>