Shades of Niagara #28A48D
Tints of Niagara #28A48D
RGB
CMYK
RGB Variations
Color information
#28A48D (or 0x28A48D) is known color: Niagara. HEX triplet: 28, A4 and 8D. RGB value is (40,164,141). Sum of RGB (Red+Green+Blue) = 40+164+141=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #28A48D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A48D is #D75B72. Grayscale: #7C7C7C. Windows color (decimal): -14113651 or 9282600. OLE color: 9282600.
HSL color Cylindrical-coordinate representation of color #28A48D: hue angle of 168.87º 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 #28A48D is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 164 | 141 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.36 |
| HSL | 168.87º | 0.61% | 0.4% | - |
| HSV(B) | 168.87º | 0.76% | 0.64% | - |
| XYZ | 18.96 | 28.93 | 29.78 | - |
| YUV | 124.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 164 | 141 | 0.76 | 0 | 0.14 | 0.36 | 168.87 | 0.61 | 0.4 |
| Hex | 28 | A4 | 8D | 4C | 0 | E | 24 | A9 | 3D | 28 |
| Octal | 50 | 244 | 215 | 114 | 0 | 16 | 44 | 251 | 75 | 50 |
| Binary | 101000 | 10100100 | 10001101 | 1001100 | 0 | 1110 | 100100 | 10101001 | 111101 | 101000 |
Color Harmonies of #28A48D
Complementary color
Monochromatic Colors of #28A48D
Black with #28A48D
Text Example
Text Example
White with #28A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A48D; }
p { color: rgb(40,164,141); }
H1.HeaderClassName
{
color: #28A48D;
}
.AnyTagClassName
{
color: #28A48D;
}
</style>
background-color css
<style>
a { background-color: #28A48D; }
a { background-color: rgb(40,164,141); }
div.DivClassName
{
background-color: #28A48D;
}
.BgClassName
{
background-color: #28A48D;
}
</style>
border-color css
<style>
span { border-color: #28A48D; }
span { border-color: rgb(40,164,141); }
td.TdClassName
{
border-color: #28A48D;
}
.TagClassName
{
border-color: #28A48D;
}
</style>