Shades of Niagara #28A795
Tints of Niagara #28A795
RGB
CMYK
RGB Variations
Color information
#28A795 (or 0x28A795) is known color: Niagara. HEX triplet: 28, A7 and 95. RGB value is (40,167,149). Sum of RGB (Red+Green+Blue) = 40+167+149=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #28A795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A795 is #D7586A. Grayscale: #7E7E7E. Windows color (decimal): -14112875 or 9807656. OLE color: 9807656.
HSL color Cylindrical-coordinate representation of color #28A795: hue angle of 171.5º 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 #28A795 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 149 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.35 |
| HSL | 171.5º | 0.61% | 0.41% | - |
| HSV(B) | 171.5º | 0.76% | 0.65% | - |
| XYZ | 20.12 | 30.26 | 33.21 | - |
| YUV | 126.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 149 | 0.76 | 0 | 0.11 | 0.35 | 171.5 | 0.61 | 0.41 |
| Hex | 28 | A7 | 95 | 4C | 0 | B | 23 | AB | 3D | 29 |
| Octal | 50 | 247 | 225 | 114 | 0 | 13 | 43 | 253 | 75 | 51 |
| Binary | 101000 | 10100111 | 10010101 | 1001100 | 0 | 1011 | 100011 | 10101011 | 111101 | 101001 |
Color Harmonies of #28A795
Complementary color
Monochromatic Colors of #28A795
Black with #28A795
Text Example
Text Example
White with #28A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A795; }
p { color: rgb(40,167,149); }
H1.HeaderClassName
{
color: #28A795;
}
.AnyTagClassName
{
color: #28A795;
}
</style>
background-color css
<style>
a { background-color: #28A795; }
a { background-color: rgb(40,167,149); }
div.DivClassName
{
background-color: #28A795;
}
.BgClassName
{
background-color: #28A795;
}
</style>
border-color css
<style>
span { border-color: #28A795; }
span { border-color: rgb(40,167,149); }
td.TdClassName
{
border-color: #28A795;
}
.TagClassName
{
border-color: #28A795;
}
</style>