Shades of Niagara #28A597
Tints of Niagara #28A597
RGB
CMYK
RGB Variations
Color information
#28A597 (or 0x28A597) is known color: Niagara. HEX triplet: 28, A5 and 97. RGB value is (40,165,151). Sum of RGB (Red+Green+Blue) = 40+165+151=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #28A597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A597 is #D75A68. Grayscale: #7D7D7D. Windows color (decimal): -14113385 or 9938216. OLE color: 9938216.
HSL color Cylindrical-coordinate representation of color #28A597: hue angle of 173.28º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A597 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 151 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.35 |
| HSL | 173.28º | 0.61% | 0.4% | - |
| HSV(B) | 173.28º | 0.76% | 0.65% | - |
| XYZ | 19.92 | 29.6 | 33.94 | - |
| YUV | 126.03 | 142.09 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 151 | 0.76 | 0 | 0.08 | 0.35 | 173.28 | 0.61 | 0.4 |
| Hex | 28 | A5 | 97 | 4C | 0 | 8 | 23 | AD | 3D | 28 |
| Octal | 50 | 245 | 227 | 114 | 0 | 10 | 43 | 255 | 75 | 50 |
| Binary | 101000 | 10100101 | 10010111 | 1001100 | 0 | 1000 | 100011 | 10101101 | 111101 | 101000 |
Color Harmonies of #28A597
Complementary color
Monochromatic Colors of #28A597
Black with #28A597
Text Example
Text Example
White with #28A597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A597; }
p { color: rgb(40,165,151); }
H1.HeaderClassName
{
color: #28A597;
}
.AnyTagClassName
{
color: #28A597;
}
</style>
background-color css
<style>
a { background-color: #28A597; }
a { background-color: rgb(40,165,151); }
div.DivClassName
{
background-color: #28A597;
}
.BgClassName
{
background-color: #28A597;
}
</style>
border-color css
<style>
span { border-color: #28A597; }
span { border-color: rgb(40,165,151); }
td.TdClassName
{
border-color: #28A597;
}
.TagClassName
{
border-color: #28A597;
}
</style>