Shades of Niagara #28A187
Tints of Niagara #28A187
RGB
CMYK
RGB Variations
Color information
#28A187 (or 0x28A187) is known color: Niagara. HEX triplet: 28, A1 and 87. RGB value is (40,161,135). Sum of RGB (Red+Green+Blue) = 40+161+135=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #28A187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A187 is #D75E78. Grayscale: #797979. Windows color (decimal): -14114425 or 8888616. OLE color: 8888616.
HSL color Cylindrical-coordinate representation of color #28A187: hue angle of 167.11º 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 #28A187 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 161 | 135 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.37 |
| HSL | 167.11º | 0.6% | 0.39% | - |
| HSV(B) | 167.11º | 0.75% | 0.63% | - |
| XYZ | 17.99 | 27.69 | 27.32 | - |
| YUV | 121.86 | 135.41 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 135 | 0.75 | 0 | 0.16 | 0.37 | 167.11 | 0.6 | 0.39 |
| Hex | 28 | A1 | 87 | 4B | 0 | 10 | 25 | A7 | 3C | 27 |
| Octal | 50 | 241 | 207 | 113 | 0 | 20 | 45 | 247 | 74 | 47 |
| Binary | 101000 | 10100001 | 10000111 | 1001011 | 0 | 10000 | 100101 | 10100111 | 111100 | 100111 |
Color Harmonies of #28A187
Complementary color
Monochromatic Colors of #28A187
Black with #28A187
Text Example
Text Example
White with #28A187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A187; }
p { color: rgb(40,161,135); }
H1.HeaderClassName
{
color: #28A187;
}
.AnyTagClassName
{
color: #28A187;
}
</style>
background-color css
<style>
a { background-color: #28A187; }
a { background-color: rgb(40,161,135); }
div.DivClassName
{
background-color: #28A187;
}
.BgClassName
{
background-color: #28A187;
}
</style>
border-color css
<style>
span { border-color: #28A187; }
span { border-color: rgb(40,161,135); }
td.TdClassName
{
border-color: #28A187;
}
.TagClassName
{
border-color: #28A187;
}
</style>