Shades of Niagara #28AB8B
Tints of Niagara #28AB8B
RGB
CMYK
RGB Variations
Color information
#28AB8B (or 0x28AB8B) is known color: Niagara. HEX triplet: 28, AB and 8B. RGB value is (40,171,139). Sum of RGB (Red+Green+Blue) = 40+171+139=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AB8B is #D75474. Grayscale: #808080. Windows color (decimal): -14111861 or 9153320. OLE color: 9153320.
HSL color Cylindrical-coordinate representation of color #28AB8B: hue angle of 165.34º 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 #28AB8B is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 171 | 139 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.33 |
| HSL | 165.34º | 0.62% | 0.41% | - |
| HSV(B) | 165.34º | 0.77% | 0.67% | - |
| XYZ | 20.1 | 31.44 | 29.44 | - |
| YUV | 128.18 | 134.1 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 139 | 0.77 | 0 | 0.19 | 0.33 | 165.34 | 0.62 | 0.41 |
| Hex | 28 | AB | 8B | 4D | 0 | 13 | 21 | A5 | 3E | 29 |
| Octal | 50 | 253 | 213 | 115 | 0 | 23 | 41 | 245 | 76 | 51 |
| Binary | 101000 | 10101011 | 10001011 | 1001101 | 0 | 10011 | 100001 | 10100101 | 111110 | 101001 |
Color Harmonies of #28AB8B
Complementary color
Monochromatic Colors of #28AB8B
Black with #28AB8B
Text Example
Text Example
White with #28AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AB8B; }
p { color: rgb(40,171,139); }
H1.HeaderClassName
{
color: #28AB8B;
}
.AnyTagClassName
{
color: #28AB8B;
}
</style>
background-color css
<style>
a { background-color: #28AB8B; }
a { background-color: rgb(40,171,139); }
div.DivClassName
{
background-color: #28AB8B;
}
.BgClassName
{
background-color: #28AB8B;
}
</style>
border-color css
<style>
span { border-color: #28AB8B; }
span { border-color: rgb(40,171,139); }
td.TdClassName
{
border-color: #28AB8B;
}
.TagClassName
{
border-color: #28AB8B;
}
</style>