Shades of Niagara #28A290
Tints of Niagara #28A290
RGB
CMYK
RGB Variations
Color information
#28A290 (or 0x28A290) is known color: Niagara. HEX triplet: 28, A2 and 90. RGB value is (40,162,144). Sum of RGB (Red+Green+Blue) = 40+162+144=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #28A290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A290 is #D75D6F. Grayscale: #7B7B7B. Windows color (decimal): -14114160 or 9478696. OLE color: 9478696.
HSL color Cylindrical-coordinate representation of color #28A290: hue angle of 171.15º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A290 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 162 | 144 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.36 |
| HSL | 171.15º | 0.6% | 0.4% | - |
| HSV(B) | 171.15º | 0.75% | 0.64% | - |
| XYZ | 18.83 | 28.31 | 30.86 | - |
| YUV | 123.47 | 139.58 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 144 | 0.75 | 0 | 0.11 | 0.36 | 171.15 | 0.6 | 0.4 |
| Hex | 28 | A2 | 90 | 4B | 0 | B | 24 | AB | 3C | 28 |
| Octal | 50 | 242 | 220 | 113 | 0 | 13 | 44 | 253 | 74 | 50 |
| Binary | 101000 | 10100010 | 10010000 | 1001011 | 0 | 1011 | 100100 | 10101011 | 111100 | 101000 |
Color Harmonies of #28A290
Complementary color
Monochromatic Colors of #28A290
Black with #28A290
Text Example
Text Example
White with #28A290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A290; }
p { color: rgb(40,162,144); }
H1.HeaderClassName
{
color: #28A290;
}
.AnyTagClassName
{
color: #28A290;
}
</style>
background-color css
<style>
a { background-color: #28A290; }
a { background-color: rgb(40,162,144); }
div.DivClassName
{
background-color: #28A290;
}
.BgClassName
{
background-color: #28A290;
}
</style>
border-color css
<style>
span { border-color: #28A290; }
span { border-color: rgb(40,162,144); }
td.TdClassName
{
border-color: #28A290;
}
.TagClassName
{
border-color: #28A290;
}
</style>