Shades of Niagara #28A390
Tints of Niagara #28A390
RGB
CMYK
RGB Variations
Color information
#28A390 (or 0x28A390) is known color: Niagara. HEX triplet: 28, A3 and 90. RGB value is (40,163,144). Sum of RGB (Red+Green+Blue) = 40+163+144=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #28A390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A390 is #D75C6F. Grayscale: #7C7C7C. Windows color (decimal): -14113904 or 9478952. OLE color: 9478952.
HSL color Cylindrical-coordinate representation of color #28A390: hue angle of 170.73º degrees, saturation: 0.61, 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 #28A390 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 163 | 144 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.36 |
| HSL | 170.73º | 0.61% | 0.4% | - |
| HSV(B) | 170.73º | 0.75% | 0.64% | - |
| XYZ | 19.01 | 28.66 | 30.92 | - |
| YUV | 124.06 | 139.25 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 163 | 144 | 0.75 | 0 | 0.12 | 0.36 | 170.73 | 0.61 | 0.4 |
| Hex | 28 | A3 | 90 | 4B | 0 | C | 24 | AB | 3D | 28 |
| Octal | 50 | 243 | 220 | 113 | 0 | 14 | 44 | 253 | 75 | 50 |
| Binary | 101000 | 10100011 | 10010000 | 1001011 | 0 | 1100 | 100100 | 10101011 | 111101 | 101000 |
Color Harmonies of #28A390
Complementary color
Monochromatic Colors of #28A390
Black with #28A390
Text Example
Text Example
White with #28A390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A390; }
p { color: rgb(40,163,144); }
H1.HeaderClassName
{
color: #28A390;
}
.AnyTagClassName
{
color: #28A390;
}
</style>
background-color css
<style>
a { background-color: #28A390; }
a { background-color: rgb(40,163,144); }
div.DivClassName
{
background-color: #28A390;
}
.BgClassName
{
background-color: #28A390;
}
</style>
border-color css
<style>
span { border-color: #28A390; }
span { border-color: rgb(40,163,144); }
td.TdClassName
{
border-color: #28A390;
}
.TagClassName
{
border-color: #28A390;
}
</style>