Shades of Niagara #28BA97
Tints of Niagara #28BA97
RGB
CMYK
RGB Variations
Color information
#28BA97 (or 0x28BA97) is known color: Niagara. HEX triplet: 28, BA and 97. RGB value is (40,186,151). Sum of RGB (Red+Green+Blue) = 40+186+151=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BA97 is #D74568. Grayscale: #8A8A8A. Windows color (decimal): -14108009 or 9943592. OLE color: 9943592.
HSL color Cylindrical-coordinate representation of color #28BA97: hue angle of 165.62º 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 #28BA97 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 151 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.27 |
| HSL | 165.62º | 0.65% | 0.44% | - |
| HSV(B) | 165.62º | 0.78% | 0.73% | - |
| XYZ | 24.02 | 37.8 | 35.31 | - |
| YUV | 138.36 | 135.13 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 151 | 0.78 | 0 | 0.19 | 0.27 | 165.62 | 0.65 | 0.44 |
| Hex | 28 | BA | 97 | 4E | 0 | 13 | 1B | A6 | 41 | 2C |
| Octal | 50 | 272 | 227 | 116 | 0 | 23 | 33 | 246 | 101 | 54 |
| Binary | 101000 | 10111010 | 10010111 | 1001110 | 0 | 10011 | 11011 | 10100110 | 1000001 | 101100 |
Color Harmonies of #28BA97
Complementary color
Monochromatic Colors of #28BA97
Black with #28BA97
Text Example
Text Example
White with #28BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA97; }
p { color: rgb(40,186,151); }
H1.HeaderClassName
{
color: #28BA97;
}
.AnyTagClassName
{
color: #28BA97;
}
</style>
background-color css
<style>
a { background-color: #28BA97; }
a { background-color: rgb(40,186,151); }
div.DivClassName
{
background-color: #28BA97;
}
.BgClassName
{
background-color: #28BA97;
}
</style>
border-color css
<style>
span { border-color: #28BA97; }
span { border-color: rgb(40,186,151); }
td.TdClassName
{
border-color: #28BA97;
}
.TagClassName
{
border-color: #28BA97;
}
</style>