Shades of Niagara #28BA9A
Tints of Niagara #28BA9A
RGB
CMYK
RGB Variations
Color information
#28BA9A (or 0x28BA9A) is known color: Niagara. HEX triplet: 28, BA and 9A. RGB value is (40,186,154). Sum of RGB (Red+Green+Blue) = 40+186+154=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BA9A is #D74565. Grayscale: #8A8A8A. Windows color (decimal): -14108006 or 10140200. OLE color: 10140200.
HSL color Cylindrical-coordinate representation of color #28BA9A: hue angle of 166.85º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BA9A is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 154 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.27 |
| HSL | 166.85º | 0.65% | 0.44% | - |
| HSV(B) | 166.85º | 0.78% | 0.73% | - |
| XYZ | 24.27 | 37.9 | 36.61 | - |
| YUV | 138.7 | 136.63 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 154 | 0.78 | 0 | 0.17 | 0.27 | 166.85 | 0.65 | 0.44 |
| Hex | 28 | BA | 9A | 4E | 0 | 11 | 1B | A7 | 41 | 2C |
| Octal | 50 | 272 | 232 | 116 | 0 | 21 | 33 | 247 | 101 | 54 |
| Binary | 101000 | 10111010 | 10011010 | 1001110 | 0 | 10001 | 11011 | 10100111 | 1000001 | 101100 |
Color Harmonies of #28BA9A
Complementary color
Monochromatic Colors of #28BA9A
Black with #28BA9A
Text Example
Text Example
White with #28BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA9A; }
p { color: rgb(40,186,154); }
H1.HeaderClassName
{
color: #28BA9A;
}
.AnyTagClassName
{
color: #28BA9A;
}
</style>
background-color css
<style>
a { background-color: #28BA9A; }
a { background-color: rgb(40,186,154); }
div.DivClassName
{
background-color: #28BA9A;
}
.BgClassName
{
background-color: #28BA9A;
}
</style>
border-color css
<style>
span { border-color: #28BA9A; }
span { border-color: rgb(40,186,154); }
td.TdClassName
{
border-color: #28BA9A;
}
.TagClassName
{
border-color: #28BA9A;
}
</style>