Shades of Niagara #28A88B
Tints of Niagara #28A88B
RGB
CMYK
RGB Variations
Color information
#28A88B (or 0x28A88B) is known color: Niagara. HEX triplet: 28, A8 and 8B. RGB value is (40,168,139). Sum of RGB (Red+Green+Blue) = 40+168+139=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #28A88B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A88B is #D75774. Grayscale: #7E7E7E. Windows color (decimal): -14112629 or 9152552. OLE color: 9152552.
HSL color Cylindrical-coordinate representation of color #28A88B: hue angle of 166.41º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A88B is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 168 | 139 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.34 |
| HSL | 166.41º | 0.62% | 0.41% | - |
| HSV(B) | 166.41º | 0.76% | 0.66% | - |
| XYZ | 19.54 | 30.32 | 29.25 | - |
| YUV | 126.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 168 | 139 | 0.76 | 0 | 0.17 | 0.34 | 166.41 | 0.62 | 0.41 |
| Hex | 28 | A8 | 8B | 4C | 0 | 11 | 22 | A6 | 3E | 29 |
| Octal | 50 | 250 | 213 | 114 | 0 | 21 | 42 | 246 | 76 | 51 |
| Binary | 101000 | 10101000 | 10001011 | 1001100 | 0 | 10001 | 100010 | 10100110 | 111110 | 101001 |
Color Harmonies of #28A88B
Complementary color
Monochromatic Colors of #28A88B
Black with #28A88B
Text Example
Text Example
White with #28A88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A88B; }
p { color: rgb(40,168,139); }
H1.HeaderClassName
{
color: #28A88B;
}
.AnyTagClassName
{
color: #28A88B;
}
</style>
background-color css
<style>
a { background-color: #28A88B; }
a { background-color: rgb(40,168,139); }
div.DivClassName
{
background-color: #28A88B;
}
.BgClassName
{
background-color: #28A88B;
}
</style>
border-color css
<style>
span { border-color: #28A88B; }
span { border-color: rgb(40,168,139); }
td.TdClassName
{
border-color: #28A88B;
}
.TagClassName
{
border-color: #28A88B;
}
</style>