Shades of Niagara #28B095
Tints of Niagara #28B095
RGB
CMYK
RGB Variations
Color information
#28B095 (or 0x28B095) is known color: Niagara. HEX triplet: 28, B0 and 95. RGB value is (40,176,149). Sum of RGB (Red+Green+Blue) = 40+176+149=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #28B095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B095 is #D74F6A. Grayscale: #848484. Windows color (decimal): -14110571 or 9809960. OLE color: 9809960.
HSL color Cylindrical-coordinate representation of color #28B095: hue angle of 168.09º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B095 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 149 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.31 |
| HSL | 168.09º | 0.63% | 0.42% | - |
| HSV(B) | 168.09º | 0.77% | 0.69% | - |
| XYZ | 21.83 | 33.67 | 33.78 | - |
| YUV | 132.26 | 137.44 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 149 | 0.77 | 0 | 0.15 | 0.31 | 168.09 | 0.63 | 0.42 |
| Hex | 28 | B0 | 95 | 4D | 0 | F | 1F | A8 | 3F | 2A |
| Octal | 50 | 260 | 225 | 115 | 0 | 17 | 37 | 250 | 77 | 52 |
| Binary | 101000 | 10110000 | 10010101 | 1001101 | 0 | 1111 | 11111 | 10101000 | 111111 | 101010 |
Color Harmonies of #28B095
Complementary color
Monochromatic Colors of #28B095
Black with #28B095
Text Example
Text Example
White with #28B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B095; }
p { color: rgb(40,176,149); }
H1.HeaderClassName
{
color: #28B095;
}
.AnyTagClassName
{
color: #28B095;
}
</style>
background-color css
<style>
a { background-color: #28B095; }
a { background-color: rgb(40,176,149); }
div.DivClassName
{
background-color: #28B095;
}
.BgClassName
{
background-color: #28B095;
}
</style>
border-color css
<style>
span { border-color: #28B095; }
span { border-color: rgb(40,176,149); }
td.TdClassName
{
border-color: #28B095;
}
.TagClassName
{
border-color: #28B095;
}
</style>