Shades of Niagara #28B794
Tints of Niagara #28B794
RGB
CMYK
RGB Variations
Color information
#28B794 (or 0x28B794) is known color: Niagara. HEX triplet: 28, B7 and 94. RGB value is (40,183,148). Sum of RGB (Red+Green+Blue) = 40+183+148=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #28B794 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B794 is #D7486B. Grayscale: #888888. Windows color (decimal): -14108780 or 9746216. OLE color: 9746216.
HSL color Cylindrical-coordinate representation of color #28B794: hue angle of 165.31º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B794 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 40 | 183 | 148 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.28 |
| HSL | 165.31º | 0.64% | 0.44% | - |
| HSV(B) | 165.31º | 0.78% | 0.72% | - |
| XYZ | 23.15 | 36.46 | 33.83 | - |
| YUV | 136.25 | 134.62 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 183 | 148 | 0.78 | 0 | 0.19 | 0.28 | 165.31 | 0.64 | 0.44 |
| Hex | 28 | B7 | 94 | 4E | 0 | 13 | 1C | A5 | 40 | 2C |
| Octal | 50 | 267 | 224 | 116 | 0 | 23 | 34 | 245 | 100 | 54 |
| Binary | 101000 | 10110111 | 10010100 | 1001110 | 0 | 10011 | 11100 | 10100101 | 1000000 | 101100 |
Color Harmonies of #28B794
Complementary color
Monochromatic Colors of #28B794
Black with #28B794
Text Example
Text Example
White with #28B794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B794; }
p { color: rgb(40,183,148); }
H1.HeaderClassName
{
color: #28B794;
}
.AnyTagClassName
{
color: #28B794;
}
</style>
background-color css
<style>
a { background-color: #28B794; }
a { background-color: rgb(40,183,148); }
div.DivClassName
{
background-color: #28B794;
}
.BgClassName
{
background-color: #28B794;
}
</style>
border-color css
<style>
span { border-color: #28B794; }
span { border-color: rgb(40,183,148); }
td.TdClassName
{
border-color: #28B794;
}
.TagClassName
{
border-color: #28B794;
}
</style>