Shades of Niagara #28B299
Tints of Niagara #28B299
RGB
CMYK
RGB Variations
Color information
#28B299 (or 0x28B299) is known color: Niagara. HEX triplet: 28, B2 and 99. RGB value is (40,178,153). Sum of RGB (Red+Green+Blue) = 40+178+153=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #28B299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B299 is #D74D66. Grayscale: #858585. Windows color (decimal): -14110055 or 10072616. OLE color: 10072616.
HSL color Cylindrical-coordinate representation of color #28B299: hue angle of 169.13º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B299 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 178 | 153 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.30 |
| HSL | 169.13º | 0.63% | 0.43% | - |
| HSV(B) | 169.13º | 0.78% | 0.7% | - |
| XYZ | 22.55 | 34.59 | 35.63 | - |
| YUV | 133.89 | 138.78 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 178 | 153 | 0.78 | 0 | 0.14 | 0.30 | 169.13 | 0.63 | 0.43 |
| Hex | 28 | B2 | 99 | 4E | 0 | E | 1E | A9 | 3F | 2B |
| Octal | 50 | 262 | 231 | 116 | 0 | 16 | 36 | 251 | 77 | 53 |
| Binary | 101000 | 10110010 | 10011001 | 1001110 | 0 | 1110 | 11110 | 10101001 | 111111 | 101011 |
Color Harmonies of #28B299
Complementary color
Monochromatic Colors of #28B299
Black with #28B299
Text Example
Text Example
White with #28B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B299; }
p { color: rgb(40,178,153); }
H1.HeaderClassName
{
color: #28B299;
}
.AnyTagClassName
{
color: #28B299;
}
</style>
background-color css
<style>
a { background-color: #28B299; }
a { background-color: rgb(40,178,153); }
div.DivClassName
{
background-color: #28B299;
}
.BgClassName
{
background-color: #28B299;
}
</style>
border-color css
<style>
span { border-color: #28B299; }
span { border-color: rgb(40,178,153); }
td.TdClassName
{
border-color: #28B299;
}
.TagClassName
{
border-color: #28B299;
}
</style>