Shades of Niagara #28A087
Tints of Niagara #28A087
RGB
CMYK
RGB Variations
Color information
#28A087 (or 0x28A087) is known color: Niagara. HEX triplet: 28, A0 and 87. RGB value is (40,160,135). Sum of RGB (Red+Green+Blue) = 40+160+135=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #28A087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A087 is #D75F78. Grayscale: #797979. Windows color (decimal): -14114681 or 8888360. OLE color: 8888360.
HSL color Cylindrical-coordinate representation of color #28A087: hue angle of 167.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A087 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 135 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.37 |
| HSL | 167.5º | 0.6% | 0.39% | - |
| HSV(B) | 167.5º | 0.75% | 0.63% | - |
| XYZ | 17.82 | 27.34 | 27.26 | - |
| YUV | 121.27 | 135.74 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 135 | 0.75 | 0 | 0.16 | 0.37 | 167.5 | 0.6 | 0.39 |
| Hex | 28 | A0 | 87 | 4B | 0 | 10 | 25 | A8 | 3C | 27 |
| Octal | 50 | 240 | 207 | 113 | 0 | 20 | 45 | 250 | 74 | 47 |
| Binary | 101000 | 10100000 | 10000111 | 1001011 | 0 | 10000 | 100101 | 10101000 | 111100 | 100111 |
Color Harmonies of #28A087
Complementary color
Monochromatic Colors of #28A087
Black with #28A087
Text Example
Text Example
White with #28A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A087; }
p { color: rgb(40,160,135); }
H1.HeaderClassName
{
color: #28A087;
}
.AnyTagClassName
{
color: #28A087;
}
</style>
background-color css
<style>
a { background-color: #28A087; }
a { background-color: rgb(40,160,135); }
div.DivClassName
{
background-color: #28A087;
}
.BgClassName
{
background-color: #28A087;
}
</style>
border-color css
<style>
span { border-color: #28A087; }
span { border-color: rgb(40,160,135); }
td.TdClassName
{
border-color: #28A087;
}
.TagClassName
{
border-color: #28A087;
}
</style>