Shades of Niagara #28AF94
Tints of Niagara #28AF94
RGB
CMYK
RGB Variations
Color information
#28AF94 (or 0x28AF94) is known color: Niagara. HEX triplet: 28, AF and 94. RGB value is (40,175,148). Sum of RGB (Red+Green+Blue) = 40+175+148=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AF94 is #D7506B. Grayscale: #838383. Windows color (decimal): -14110828 or 9744168. OLE color: 9744168.
HSL color Cylindrical-coordinate representation of color #28AF94: hue angle of 168º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AF94 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 148 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.31 |
| HSL | 168º | 0.63% | 0.42% | - |
| HSV(B) | 168º | 0.77% | 0.69% | - |
| XYZ | 21.55 | 33.25 | 33.3 | - |
| YUV | 131.56 | 137.27 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 148 | 0.77 | 0 | 0.15 | 0.31 | 168 | 0.63 | 0.42 |
| Hex | 28 | AF | 94 | 4D | 0 | F | 1F | A8 | 3F | 2A |
| Octal | 50 | 257 | 224 | 115 | 0 | 17 | 37 | 250 | 77 | 52 |
| Binary | 101000 | 10101111 | 10010100 | 1001101 | 0 | 1111 | 11111 | 10101000 | 111111 | 101010 |
Color Harmonies of #28AF94
Complementary color
Monochromatic Colors of #28AF94
Black with #28AF94
Text Example
Text Example
White with #28AF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF94; }
p { color: rgb(40,175,148); }
H1.HeaderClassName
{
color: #28AF94;
}
.AnyTagClassName
{
color: #28AF94;
}
</style>
background-color css
<style>
a { background-color: #28AF94; }
a { background-color: rgb(40,175,148); }
div.DivClassName
{
background-color: #28AF94;
}
.BgClassName
{
background-color: #28AF94;
}
</style>
border-color css
<style>
span { border-color: #28AF94; }
span { border-color: rgb(40,175,148); }
td.TdClassName
{
border-color: #28AF94;
}
.TagClassName
{
border-color: #28AF94;
}
</style>