Shades of Niagara #28AB8F
Tints of Niagara #28AB8F
RGB
CMYK
RGB Variations
Color information
#28AB8F (or 0x28AB8F) is known color: Niagara. HEX triplet: 28, AB and 8F. RGB value is (40,171,143). Sum of RGB (Red+Green+Blue) = 40+171+143=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AB8F is #D75470. Grayscale: #808080. Windows color (decimal): -14111857 or 9415464. OLE color: 9415464.
HSL color Cylindrical-coordinate representation of color #28AB8F: hue angle of 167.18º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AB8F is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 171 | 143 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.33 |
| HSL | 167.18º | 0.62% | 0.41% | - |
| HSV(B) | 167.18º | 0.77% | 0.67% | - |
| XYZ | 20.4 | 31.56 | 31 | - |
| YUV | 128.64 | 136.1 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 143 | 0.77 | 0 | 0.16 | 0.33 | 167.18 | 0.62 | 0.41 |
| Hex | 28 | AB | 8F | 4D | 0 | 10 | 21 | A7 | 3E | 29 |
| Octal | 50 | 253 | 217 | 115 | 0 | 20 | 41 | 247 | 76 | 51 |
| Binary | 101000 | 10101011 | 10001111 | 1001101 | 0 | 10000 | 100001 | 10100111 | 111110 | 101001 |
Color Harmonies of #28AB8F
Complementary color
Monochromatic Colors of #28AB8F
Black with #28AB8F
Text Example
Text Example
White with #28AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AB8F; }
p { color: rgb(40,171,143); }
H1.HeaderClassName
{
color: #28AB8F;
}
.AnyTagClassName
{
color: #28AB8F;
}
</style>
background-color css
<style>
a { background-color: #28AB8F; }
a { background-color: rgb(40,171,143); }
div.DivClassName
{
background-color: #28AB8F;
}
.BgClassName
{
background-color: #28AB8F;
}
</style>
border-color css
<style>
span { border-color: #28AB8F; }
span { border-color: rgb(40,171,143); }
td.TdClassName
{
border-color: #28AB8F;
}
.TagClassName
{
border-color: #28AB8F;
}
</style>