Shades of Niagara #28AB8A
Tints of Niagara #28AB8A
RGB
CMYK
RGB Variations
Color information
#28AB8A (or 0x28AB8A) is known color: Niagara. HEX triplet: 28, AB and 8A. RGB value is (40,171,138). Sum of RGB (Red+Green+Blue) = 40+171+138=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AB8A is #D75475. Grayscale: #808080. Windows color (decimal): -14111862 or 9087784. OLE color: 9087784.
HSL color Cylindrical-coordinate representation of color #28AB8A: hue angle of 164.89º 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 #28AB8A is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 171 | 138 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.33 |
| HSL | 164.89º | 0.62% | 0.41% | - |
| HSV(B) | 164.89º | 0.77% | 0.67% | - |
| XYZ | 20.03 | 31.41 | 29.05 | - |
| YUV | 128.07 | 133.6 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 138 | 0.77 | 0 | 0.19 | 0.33 | 164.89 | 0.62 | 0.41 |
| Hex | 28 | AB | 8A | 4D | 0 | 13 | 21 | A5 | 3E | 29 |
| Octal | 50 | 253 | 212 | 115 | 0 | 23 | 41 | 245 | 76 | 51 |
| Binary | 101000 | 10101011 | 10001010 | 1001101 | 0 | 10011 | 100001 | 10100101 | 111110 | 101001 |
Color Harmonies of #28AB8A
Complementary color
Monochromatic Colors of #28AB8A
Black with #28AB8A
Text Example
Text Example
White with #28AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AB8A; }
p { color: rgb(40,171,138); }
H1.HeaderClassName
{
color: #28AB8A;
}
.AnyTagClassName
{
color: #28AB8A;
}
</style>
background-color css
<style>
a { background-color: #28AB8A; }
a { background-color: rgb(40,171,138); }
div.DivClassName
{
background-color: #28AB8A;
}
.BgClassName
{
background-color: #28AB8A;
}
</style>
border-color css
<style>
span { border-color: #28AB8A; }
span { border-color: rgb(40,171,138); }
td.TdClassName
{
border-color: #28AB8A;
}
.TagClassName
{
border-color: #28AB8A;
}
</style>