Shades of Niagara #28A489
Tints of Niagara #28A489
RGB
CMYK
RGB Variations
Color information
#28A489 (or 0x28A489) is known color: Niagara. HEX triplet: 28, A4 and 89. RGB value is (40,164,137). Sum of RGB (Red+Green+Blue) = 40+164+137=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #28A489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A489 is #D75B76. Grayscale: #7B7B7B. Windows color (decimal): -14113655 or 9020456. OLE color: 9020456.
HSL color Cylindrical-coordinate representation of color #28A489: hue angle of 166.94º 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 #28A489 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 164 | 137 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.36 |
| HSL | 166.94º | 0.61% | 0.4% | - |
| HSV(B) | 166.94º | 0.76% | 0.64% | - |
| XYZ | 18.67 | 28.81 | 28.24 | - |
| YUV | 123.85 | 135.42 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 164 | 137 | 0.76 | 0 | 0.16 | 0.36 | 166.94 | 0.61 | 0.4 |
| Hex | 28 | A4 | 89 | 4C | 0 | 10 | 24 | A7 | 3D | 28 |
| Octal | 50 | 244 | 211 | 114 | 0 | 20 | 44 | 247 | 75 | 50 |
| Binary | 101000 | 10100100 | 10001001 | 1001100 | 0 | 10000 | 100100 | 10100111 | 111101 | 101000 |
Color Harmonies of #28A489
Complementary color
Monochromatic Colors of #28A489
Black with #28A489
Text Example
Text Example
White with #28A489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A489; }
p { color: rgb(40,164,137); }
H1.HeaderClassName
{
color: #28A489;
}
.AnyTagClassName
{
color: #28A489;
}
</style>
background-color css
<style>
a { background-color: #28A489; }
a { background-color: rgb(40,164,137); }
div.DivClassName
{
background-color: #28A489;
}
.BgClassName
{
background-color: #28A489;
}
</style>
border-color css
<style>
span { border-color: #28A489; }
span { border-color: rgb(40,164,137); }
td.TdClassName
{
border-color: #28A489;
}
.TagClassName
{
border-color: #28A489;
}
</style>