Shades of Niagara #28A188
Tints of Niagara #28A188
RGB
CMYK
RGB Variations
Color information
#28A188 (or 0x28A188) is known color: Niagara. HEX triplet: 28, A1 and 88. RGB value is (40,161,136). Sum of RGB (Red+Green+Blue) = 40+161+136=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #28A188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A188 is #D75E77. Grayscale: #797979. Windows color (decimal): -14114424 or 8954152. OLE color: 8954152.
HSL color Cylindrical-coordinate representation of color #28A188: hue angle of 167.6º 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 #28A188 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 161 | 136 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.37 |
| HSL | 167.6º | 0.6% | 0.39% | - |
| HSV(B) | 167.6º | 0.75% | 0.63% | - |
| XYZ | 18.06 | 27.72 | 27.69 | - |
| YUV | 121.97 | 135.91 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 136 | 0.75 | 0 | 0.16 | 0.37 | 167.6 | 0.6 | 0.39 |
| Hex | 28 | A1 | 88 | 4B | 0 | 10 | 25 | A8 | 3C | 27 |
| Octal | 50 | 241 | 210 | 113 | 0 | 20 | 45 | 250 | 74 | 47 |
| Binary | 101000 | 10100001 | 10001000 | 1001011 | 0 | 10000 | 100101 | 10101000 | 111100 | 100111 |
Color Harmonies of #28A188
Complementary color
Monochromatic Colors of #28A188
Black with #28A188
Text Example
Text Example
White with #28A188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A188; }
p { color: rgb(40,161,136); }
H1.HeaderClassName
{
color: #28A188;
}
.AnyTagClassName
{
color: #28A188;
}
</style>
background-color css
<style>
a { background-color: #28A188; }
a { background-color: rgb(40,161,136); }
div.DivClassName
{
background-color: #28A188;
}
.BgClassName
{
background-color: #28A188;
}
</style>
border-color css
<style>
span { border-color: #28A188; }
span { border-color: rgb(40,161,136); }
td.TdClassName
{
border-color: #28A188;
}
.TagClassName
{
border-color: #28A188;
}
</style>