Shades of Niagara #28A090
Tints of Niagara #28A090
RGB
CMYK
RGB Variations
Color information
#28A090 (or 0x28A090) is known color: Niagara. HEX triplet: 28, A0 and 90. RGB value is (40,160,144). Sum of RGB (Red+Green+Blue) = 40+160+144=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #28A090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A090 is #D75F6F. Grayscale: #7A7A7A. Windows color (decimal): -14114672 or 9478184. OLE color: 9478184.
HSL color Cylindrical-coordinate representation of color #28A090: hue angle of 172º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A090 is Cyan = 0.75, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 144 | - |
| CMYK | 0.75 | 0 | 0.1 | 0.37 |
| HSL | 172º | 0.6% | 0.39% | - |
| HSV(B) | 172º | 0.75% | 0.63% | - |
| XYZ | 18.48 | 27.61 | 30.74 | - |
| YUV | 122.3 | 140.24 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 144 | 0.75 | 0 | 0.1 | 0.37 | 172 | 0.6 | 0.39 |
| Hex | 28 | A0 | 90 | 4B | 0 | A | 25 | AC | 3C | 27 |
| Octal | 50 | 240 | 220 | 113 | 0 | 12 | 45 | 254 | 74 | 47 |
| Binary | 101000 | 10100000 | 10010000 | 1001011 | 0 | 1010 | 100101 | 10101100 | 111100 | 100111 |
Color Harmonies of #28A090
Complementary color
Monochromatic Colors of #28A090
Black with #28A090
Text Example
Text Example
White with #28A090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A090; }
p { color: rgb(40,160,144); }
H1.HeaderClassName
{
color: #28A090;
}
.AnyTagClassName
{
color: #28A090;
}
</style>
background-color css
<style>
a { background-color: #28A090; }
a { background-color: rgb(40,160,144); }
div.DivClassName
{
background-color: #28A090;
}
.BgClassName
{
background-color: #28A090;
}
</style>
border-color css
<style>
span { border-color: #28A090; }
span { border-color: rgb(40,160,144); }
td.TdClassName
{
border-color: #28A090;
}
.TagClassName
{
border-color: #28A090;
}
</style>