Shades of Niagara #28B099
Tints of Niagara #28B099
RGB
CMYK
RGB Variations
Color information
#28B099 (or 0x28B099) is known color: Niagara. HEX triplet: 28, B0 and 99. RGB value is (40,176,153). Sum of RGB (Red+Green+Blue) = 40+176+153=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 176 - color contains mainly: green. Hex color #28B099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B099 is #D74F66. Grayscale: #848484. Windows color (decimal): -14110567 or 10072104. OLE color: 10072104.
HSL color Cylindrical-coordinate representation of color #28B099: hue angle of 169.85º 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 #28B099 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 153 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.31 |
| HSL | 169.85º | 0.63% | 0.42% | - |
| HSV(B) | 169.85º | 0.77% | 0.69% | - |
| XYZ | 22.15 | 33.8 | 35.49 | - |
| YUV | 132.71 | 139.44 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 153 | 0.77 | 0 | 0.13 | 0.31 | 169.85 | 0.63 | 0.42 |
| Hex | 28 | B0 | 99 | 4D | 0 | D | 1F | AA | 3F | 2A |
| Octal | 50 | 260 | 231 | 115 | 0 | 15 | 37 | 252 | 77 | 52 |
| Binary | 101000 | 10110000 | 10011001 | 1001101 | 0 | 1101 | 11111 | 10101010 | 111111 | 101010 |
Color Harmonies of #28B099
Complementary color
Monochromatic Colors of #28B099
Black with #28B099
Text Example
Text Example
White with #28B099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B099; }
p { color: rgb(40,176,153); }
H1.HeaderClassName
{
color: #28B099;
}
.AnyTagClassName
{
color: #28B099;
}
</style>
background-color css
<style>
a { background-color: #28B099; }
a { background-color: rgb(40,176,153); }
div.DivClassName
{
background-color: #28B099;
}
.BgClassName
{
background-color: #28B099;
}
</style>
border-color css
<style>
span { border-color: #28B099; }
span { border-color: rgb(40,176,153); }
td.TdClassName
{
border-color: #28B099;
}
.TagClassName
{
border-color: #28B099;
}
</style>