Shades of Niagara #28B497
Tints of Niagara #28B497
RGB
CMYK
RGB Variations
Color information
#28B497 (or 0x28B497) is known color: Niagara. HEX triplet: 28, B4 and 97. RGB value is (40,180,151). Sum of RGB (Red+Green+Blue) = 40+180+151=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #28B497 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B497 is #D74B68. Grayscale: #868686. Windows color (decimal): -14109545 or 9942056. OLE color: 9942056.
HSL color Cylindrical-coordinate representation of color #28B497: hue angle of 167.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B497 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 180 | 151 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.29 |
| HSL | 167.57º | 0.64% | 0.43% | - |
| HSV(B) | 167.57º | 0.78% | 0.71% | - |
| XYZ | 22.78 | 35.33 | 34.9 | - |
| YUV | 134.83 | 137.12 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 180 | 151 | 0.78 | 0 | 0.16 | 0.29 | 167.57 | 0.64 | 0.43 |
| Hex | 28 | B4 | 97 | 4E | 0 | 10 | 1D | A8 | 40 | 2B |
| Octal | 50 | 264 | 227 | 116 | 0 | 20 | 35 | 250 | 100 | 53 |
| Binary | 101000 | 10110100 | 10010111 | 1001110 | 0 | 10000 | 11101 | 10101000 | 1000000 | 101011 |
Color Harmonies of #28B497
Complementary color
Monochromatic Colors of #28B497
Black with #28B497
Text Example
Text Example
White with #28B497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B497; }
p { color: rgb(40,180,151); }
H1.HeaderClassName
{
color: #28B497;
}
.AnyTagClassName
{
color: #28B497;
}
</style>
background-color css
<style>
a { background-color: #28B497; }
a { background-color: rgb(40,180,151); }
div.DivClassName
{
background-color: #28B497;
}
.BgClassName
{
background-color: #28B497;
}
</style>
border-color css
<style>
span { border-color: #28B497; }
span { border-color: rgb(40,180,151); }
td.TdClassName
{
border-color: #28B497;
}
.TagClassName
{
border-color: #28B497;
}
</style>