Shades of Niagara #28BA94
Tints of Niagara #28BA94
RGB
CMYK
RGB Variations
Color information
#28BA94 (or 0x28BA94) is known color: Niagara. HEX triplet: 28, BA and 94. RGB value is (40,186,148). Sum of RGB (Red+Green+Blue) = 40+186+148=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BA94 is #D7456B. Grayscale: #8A8A8A. Windows color (decimal): -14108012 or 9746984. OLE color: 9746984.
HSL color Cylindrical-coordinate representation of color #28BA94: hue angle of 164.38º 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 #28BA94 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 148 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.27 |
| HSL | 164.38º | 0.65% | 0.44% | - |
| HSV(B) | 164.38º | 0.78% | 0.73% | - |
| XYZ | 23.78 | 37.71 | 34.04 | - |
| YUV | 138.01 | 133.63 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 148 | 0.78 | 0 | 0.20 | 0.27 | 164.38 | 0.65 | 0.44 |
| Hex | 28 | BA | 94 | 4E | 0 | 14 | 1B | A4 | 41 | 2C |
| Octal | 50 | 272 | 224 | 116 | 0 | 24 | 33 | 244 | 101 | 54 |
| Binary | 101000 | 10111010 | 10010100 | 1001110 | 0 | 10100 | 11011 | 10100100 | 1000001 | 101100 |
Color Harmonies of #28BA94
Complementary color
Monochromatic Colors of #28BA94
Black with #28BA94
Text Example
Text Example
White with #28BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA94; }
p { color: rgb(40,186,148); }
H1.HeaderClassName
{
color: #28BA94;
}
.AnyTagClassName
{
color: #28BA94;
}
</style>
background-color css
<style>
a { background-color: #28BA94; }
a { background-color: rgb(40,186,148); }
div.DivClassName
{
background-color: #28BA94;
}
.BgClassName
{
background-color: #28BA94;
}
</style>
border-color css
<style>
span { border-color: #28BA94; }
span { border-color: rgb(40,186,148); }
td.TdClassName
{
border-color: #28BA94;
}
.TagClassName
{
border-color: #28BA94;
}
</style>