Shades of Niagara #28B08F
Tints of Niagara #28B08F
RGB
CMYK
RGB Variations
Color information
#28B08F (or 0x28B08F) is known color: Niagara. HEX triplet: 28, B0 and 8F. RGB value is (40,176,143). Sum of RGB (Red+Green+Blue) = 40+176+143=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #28B08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B08F is #D74F70. Grayscale: #838383. Windows color (decimal): -14110577 or 9416744. OLE color: 9416744.
HSL color Cylindrical-coordinate representation of color #28B08F: hue angle of 165.44º 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 #28B08F is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 143 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.31 |
| HSL | 165.44º | 0.63% | 0.42% | - |
| HSV(B) | 165.44º | 0.77% | 0.69% | - |
| XYZ | 21.36 | 33.48 | 31.32 | - |
| YUV | 131.57 | 134.44 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 143 | 0.77 | 0 | 0.19 | 0.31 | 165.44 | 0.63 | 0.42 |
| Hex | 28 | B0 | 8F | 4D | 0 | 13 | 1F | A5 | 3F | 2A |
| Octal | 50 | 260 | 217 | 115 | 0 | 23 | 37 | 245 | 77 | 52 |
| Binary | 101000 | 10110000 | 10001111 | 1001101 | 0 | 10011 | 11111 | 10100101 | 111111 | 101010 |
Color Harmonies of #28B08F
Complementary color
Monochromatic Colors of #28B08F
Black with #28B08F
Text Example
Text Example
White with #28B08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B08F; }
p { color: rgb(40,176,143); }
H1.HeaderClassName
{
color: #28B08F;
}
.AnyTagClassName
{
color: #28B08F;
}
</style>
background-color css
<style>
a { background-color: #28B08F; }
a { background-color: rgb(40,176,143); }
div.DivClassName
{
background-color: #28B08F;
}
.BgClassName
{
background-color: #28B08F;
}
</style>
border-color css
<style>
span { border-color: #28B08F; }
span { border-color: rgb(40,176,143); }
td.TdClassName
{
border-color: #28B08F;
}
.TagClassName
{
border-color: #28B08F;
}
</style>