Shades of Niagara #28A994
Tints of Niagara #28A994
RGB
CMYK
RGB Variations
Color information
#28A994 (or 0x28A994) is known color: Niagara. HEX triplet: 28, A9 and 94. RGB value is (40,169,148). Sum of RGB (Red+Green+Blue) = 40+169+148=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #28A994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A994 is #D7566B. Grayscale: #7F7F7F. Windows color (decimal): -14112364 or 9742632. OLE color: 9742632.
HSL color Cylindrical-coordinate representation of color #28A994: hue angle of 170.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A994 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 169 | 148 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.34 |
| HSL | 170.23º | 0.62% | 0.41% | - |
| HSV(B) | 170.23º | 0.76% | 0.66% | - |
| XYZ | 20.41 | 30.97 | 32.92 | - |
| YUV | 128.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 169 | 148 | 0.76 | 0 | 0.12 | 0.34 | 170.23 | 0.62 | 0.41 |
| Hex | 28 | A9 | 94 | 4C | 0 | C | 22 | AA | 3E | 29 |
| Octal | 50 | 251 | 224 | 114 | 0 | 14 | 42 | 252 | 76 | 51 |
| Binary | 101000 | 10101001 | 10010100 | 1001100 | 0 | 1100 | 100010 | 10101010 | 111110 | 101001 |
Color Harmonies of #28A994
Complementary color
Monochromatic Colors of #28A994
Black with #28A994
Text Example
Text Example
White with #28A994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A994; }
p { color: rgb(40,169,148); }
H1.HeaderClassName
{
color: #28A994;
}
.AnyTagClassName
{
color: #28A994;
}
</style>
background-color css
<style>
a { background-color: #28A994; }
a { background-color: rgb(40,169,148); }
div.DivClassName
{
background-color: #28A994;
}
.BgClassName
{
background-color: #28A994;
}
</style>
border-color css
<style>
span { border-color: #28A994; }
span { border-color: rgb(40,169,148); }
td.TdClassName
{
border-color: #28A994;
}
.TagClassName
{
border-color: #28A994;
}
</style>