Shades of Niagara #28AF91
Tints of Niagara #28AF91
RGB
CMYK
RGB Variations
Color information
#28AF91 (or 0x28AF91) is known color: Niagara. HEX triplet: 28, AF and 91. RGB value is (40,175,145). Sum of RGB (Red+Green+Blue) = 40+175+145=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AF91 is #D7506E. Grayscale: #838383. Windows color (decimal): -14110831 or 9547560. OLE color: 9547560.
HSL color Cylindrical-coordinate representation of color #28AF91: hue angle of 166.67º 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 #28AF91 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 145 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.31 |
| HSL | 166.67º | 0.63% | 0.42% | - |
| HSV(B) | 166.67º | 0.77% | 0.69% | - |
| XYZ | 21.32 | 33.16 | 32.06 | - |
| YUV | 131.22 | 135.77 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 145 | 0.77 | 0 | 0.17 | 0.31 | 166.67 | 0.63 | 0.42 |
| Hex | 28 | AF | 91 | 4D | 0 | 11 | 1F | A7 | 3F | 2A |
| Octal | 50 | 257 | 221 | 115 | 0 | 21 | 37 | 247 | 77 | 52 |
| Binary | 101000 | 10101111 | 10010001 | 1001101 | 0 | 10001 | 11111 | 10100111 | 111111 | 101010 |
Color Harmonies of #28AF91
Complementary color
Monochromatic Colors of #28AF91
Black with #28AF91
Text Example
Text Example
White with #28AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF91; }
p { color: rgb(40,175,145); }
H1.HeaderClassName
{
color: #28AF91;
}
.AnyTagClassName
{
color: #28AF91;
}
</style>
background-color css
<style>
a { background-color: #28AF91; }
a { background-color: rgb(40,175,145); }
div.DivClassName
{
background-color: #28AF91;
}
.BgClassName
{
background-color: #28AF91;
}
</style>
border-color css
<style>
span { border-color: #28AF91; }
span { border-color: rgb(40,175,145); }
td.TdClassName
{
border-color: #28AF91;
}
.TagClassName
{
border-color: #28AF91;
}
</style>