Shades of Niagara #28A894
Tints of Niagara #28A894
RGB
CMYK
RGB Variations
Color information
#28A894 (or 0x28A894) is known color: Niagara. HEX triplet: 28, A8 and 94. RGB value is (40,168,148). Sum of RGB (Red+Green+Blue) = 40+168+148=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 168 - color contains mainly: green. Hex color #28A894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A894 is #D7576B. Grayscale: #7F7F7F. Windows color (decimal): -14112620 or 9742376. OLE color: 9742376.
HSL color Cylindrical-coordinate representation of color #28A894: hue angle of 170.62º 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 #28A894 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 168 | 148 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.34 |
| HSL | 170.63º | 0.62% | 0.41% | - |
| HSV(B) | 170.63º | 0.76% | 0.66% | - |
| XYZ | 20.22 | 30.59 | 32.86 | - |
| YUV | 127.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 168 | 148 | 0.76 | 0 | 0.12 | 0.34 | 170.63 | 0.62 | 0.41 |
| Hex | 28 | A8 | 94 | 4C | 0 | C | 22 | AB | 3E | 29 |
| Octal | 50 | 250 | 224 | 114 | 0 | 14 | 42 | 253 | 76 | 51 |
| Binary | 101000 | 10101000 | 10010100 | 1001100 | 0 | 1100 | 100010 | 10101011 | 111110 | 101001 |
Color Harmonies of #28A894
Complementary color
Monochromatic Colors of #28A894
Black with #28A894
Text Example
Text Example
White with #28A894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A894; }
p { color: rgb(40,168,148); }
H1.HeaderClassName
{
color: #28A894;
}
.AnyTagClassName
{
color: #28A894;
}
</style>
background-color css
<style>
a { background-color: #28A894; }
a { background-color: rgb(40,168,148); }
div.DivClassName
{
background-color: #28A894;
}
.BgClassName
{
background-color: #28A894;
}
</style>
border-color css
<style>
span { border-color: #28A894; }
span { border-color: rgb(40,168,148); }
td.TdClassName
{
border-color: #28A894;
}
.TagClassName
{
border-color: #28A894;
}
</style>