Shades of Niagara #28AA94
Tints of Niagara #28AA94
RGB
CMYK
RGB Variations
Color information
#28AA94 (or 0x28AA94) is known color: Niagara. HEX triplet: 28, AA and 94. RGB value is (40,170,148). Sum of RGB (Red+Green+Blue) = 40+170+148=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AA94 is #D7556B. Grayscale: #808080. Windows color (decimal): -14112108 or 9742888. OLE color: 9742888.
HSL color Cylindrical-coordinate representation of color #28AA94: hue angle of 169.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA94 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 148 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.33 |
| HSL | 169.85º | 0.62% | 0.41% | - |
| HSV(B) | 169.85º | 0.76% | 0.67% | - |
| XYZ | 20.6 | 31.34 | 32.98 | - |
| YUV | 128.62 | 138.93 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 148 | 0.76 | 0 | 0.13 | 0.33 | 169.85 | 0.62 | 0.41 |
| Hex | 28 | AA | 94 | 4C | 0 | D | 21 | AA | 3E | 29 |
| Octal | 50 | 252 | 224 | 114 | 0 | 15 | 41 | 252 | 76 | 51 |
| Binary | 101000 | 10101010 | 10010100 | 1001100 | 0 | 1101 | 100001 | 10101010 | 111110 | 101001 |
Color Harmonies of #28AA94
Complementary color
Monochromatic Colors of #28AA94
Black with #28AA94
Text Example
Text Example
White with #28AA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA94; }
p { color: rgb(40,170,148); }
H1.HeaderClassName
{
color: #28AA94;
}
.AnyTagClassName
{
color: #28AA94;
}
</style>
background-color css
<style>
a { background-color: #28AA94; }
a { background-color: rgb(40,170,148); }
div.DivClassName
{
background-color: #28AA94;
}
.BgClassName
{
background-color: #28AA94;
}
</style>
border-color css
<style>
span { border-color: #28AA94; }
span { border-color: rgb(40,170,148); }
td.TdClassName
{
border-color: #28AA94;
}
.TagClassName
{
border-color: #28AA94;
}
</style>