Shades of Niagara #28A191
Tints of Niagara #28A191
RGB
CMYK
RGB Variations
Color information
#28A191 (or 0x28A191) is known color: Niagara. HEX triplet: 28, A1 and 91. RGB value is (40,161,145). Sum of RGB (Red+Green+Blue) = 40+161+145=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #28A191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A191 is #D75E6E. Grayscale: #7A7A7A. Windows color (decimal): -14114415 or 9543976. OLE color: 9543976.
HSL color Cylindrical-coordinate representation of color #28A191: hue angle of 172.07º 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 #28A191 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 161 | 145 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.37 |
| HSL | 172.07º | 0.6% | 0.39% | - |
| HSV(B) | 172.07º | 0.75% | 0.63% | - |
| XYZ | 18.73 | 27.99 | 31.2 | - |
| YUV | 123 | 140.41 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 145 | 0.75 | 0 | 0.10 | 0.37 | 172.07 | 0.6 | 0.39 |
| Hex | 28 | A1 | 91 | 4B | 0 | A | 25 | AC | 3C | 27 |
| Octal | 50 | 241 | 221 | 113 | 0 | 12 | 45 | 254 | 74 | 47 |
| Binary | 101000 | 10100001 | 10010001 | 1001011 | 0 | 1010 | 100101 | 10101100 | 111100 | 100111 |
Color Harmonies of #28A191
Complementary color
Monochromatic Colors of #28A191
Black with #28A191
Text Example
Text Example
White with #28A191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A191; }
p { color: rgb(40,161,145); }
H1.HeaderClassName
{
color: #28A191;
}
.AnyTagClassName
{
color: #28A191;
}
</style>
background-color css
<style>
a { background-color: #28A191; }
a { background-color: rgb(40,161,145); }
div.DivClassName
{
background-color: #28A191;
}
.BgClassName
{
background-color: #28A191;
}
</style>
border-color css
<style>
span { border-color: #28A191; }
span { border-color: rgb(40,161,145); }
td.TdClassName
{
border-color: #28A191;
}
.TagClassName
{
border-color: #28A191;
}
</style>