Shades of Niagara #28A68F
Tints of Niagara #28A68F
RGB
CMYK
RGB Variations
Color information
#28A68F (or 0x28A68F) is known color: Niagara. HEX triplet: 28, A6 and 8F. RGB value is (40,166,143). Sum of RGB (Red+Green+Blue) = 40+166+143=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 166 - color contains mainly: green. Hex color #28A68F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A68F is #D75970. Grayscale: #7D7D7D. Windows color (decimal): -14113137 or 9414184. OLE color: 9414184.
HSL color Cylindrical-coordinate representation of color #28A68F: hue angle of 169.05º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A68F is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 166 | 143 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.35 |
| HSL | 169.05º | 0.61% | 0.4% | - |
| HSV(B) | 169.05º | 0.76% | 0.65% | - |
| XYZ | 19.47 | 29.71 | 30.69 | - |
| YUV | 125.7 | 137.76 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 143 | 0.76 | 0 | 0.14 | 0.35 | 169.05 | 0.61 | 0.4 |
| Hex | 28 | A6 | 8F | 4C | 0 | E | 23 | A9 | 3D | 28 |
| Octal | 50 | 246 | 217 | 114 | 0 | 16 | 43 | 251 | 75 | 50 |
| Binary | 101000 | 10100110 | 10001111 | 1001100 | 0 | 1110 | 100011 | 10101001 | 111101 | 101000 |
Color Harmonies of #28A68F
Complementary color
Monochromatic Colors of #28A68F
Black with #28A68F
Text Example
Text Example
White with #28A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A68F; }
p { color: rgb(40,166,143); }
H1.HeaderClassName
{
color: #28A68F;
}
.AnyTagClassName
{
color: #28A68F;
}
</style>
background-color css
<style>
a { background-color: #28A68F; }
a { background-color: rgb(40,166,143); }
div.DivClassName
{
background-color: #28A68F;
}
.BgClassName
{
background-color: #28A68F;
}
</style>
border-color css
<style>
span { border-color: #28A68F; }
span { border-color: rgb(40,166,143); }
td.TdClassName
{
border-color: #28A68F;
}
.TagClassName
{
border-color: #28A68F;
}
</style>