Shades of Niagara #28A488
Tints of Niagara #28A488
RGB
CMYK
RGB Variations
Color information
#28A488 (or 0x28A488) is known color: Niagara. HEX triplet: 28, A4 and 88. RGB value is (40,164,136). Sum of RGB (Red+Green+Blue) = 40+164+136=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #28A488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A488 is #D75B77. Grayscale: #7B7B7B. Windows color (decimal): -14113656 or 8954920. OLE color: 8954920.
HSL color Cylindrical-coordinate representation of color #28A488: hue angle of 166.45º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A488 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 164 | 136 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.36 |
| HSL | 166.45º | 0.61% | 0.4% | - |
| HSV(B) | 166.45º | 0.76% | 0.64% | - |
| XYZ | 18.59 | 28.78 | 27.87 | - |
| YUV | 123.73 | 134.92 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 164 | 136 | 0.76 | 0 | 0.17 | 0.36 | 166.45 | 0.61 | 0.4 |
| Hex | 28 | A4 | 88 | 4C | 0 | 11 | 24 | A6 | 3D | 28 |
| Octal | 50 | 244 | 210 | 114 | 0 | 21 | 44 | 246 | 75 | 50 |
| Binary | 101000 | 10100100 | 10001000 | 1001100 | 0 | 10001 | 100100 | 10100110 | 111101 | 101000 |
Color Harmonies of #28A488
Complementary color
Monochromatic Colors of #28A488
Black with #28A488
Text Example
Text Example
White with #28A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A488; }
p { color: rgb(40,164,136); }
H1.HeaderClassName
{
color: #28A488;
}
.AnyTagClassName
{
color: #28A488;
}
</style>
background-color css
<style>
a { background-color: #28A488; }
a { background-color: rgb(40,164,136); }
div.DivClassName
{
background-color: #28A488;
}
.BgClassName
{
background-color: #28A488;
}
</style>
border-color css
<style>
span { border-color: #28A488; }
span { border-color: rgb(40,164,136); }
td.TdClassName
{
border-color: #28A488;
}
.TagClassName
{
border-color: #28A488;
}
</style>