Shades of Niagara #28A68D
Tints of Niagara #28A68D
RGB
CMYK
RGB Variations
Color information
#28A68D (or 0x28A68D) is known color: Niagara. HEX triplet: 28, A6 and 8D. RGB value is (40,166,141). Sum of RGB (Red+Green+Blue) = 40+166+141=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #28A68D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A68D is #D75972. Grayscale: #7D7D7D. Windows color (decimal): -14113139 or 9283112. OLE color: 9283112.
HSL color Cylindrical-coordinate representation of color #28A68D: hue angle of 168.1º 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 #28A68D is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 166 | 141 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.35 |
| HSL | 168.1º | 0.61% | 0.4% | - |
| HSV(B) | 168.1º | 0.76% | 0.65% | - |
| XYZ | 19.32 | 29.65 | 29.9 | - |
| YUV | 125.48 | 136.76 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 141 | 0.76 | 0 | 0.15 | 0.35 | 168.1 | 0.61 | 0.4 |
| Hex | 28 | A6 | 8D | 4C | 0 | F | 23 | A8 | 3D | 28 |
| Octal | 50 | 246 | 215 | 114 | 0 | 17 | 43 | 250 | 75 | 50 |
| Binary | 101000 | 10100110 | 10001101 | 1001100 | 0 | 1111 | 100011 | 10101000 | 111101 | 101000 |
Color Harmonies of #28A68D
Complementary color
Monochromatic Colors of #28A68D
Black with #28A68D
Text Example
Text Example
White with #28A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A68D; }
p { color: rgb(40,166,141); }
H1.HeaderClassName
{
color: #28A68D;
}
.AnyTagClassName
{
color: #28A68D;
}
</style>
background-color css
<style>
a { background-color: #28A68D; }
a { background-color: rgb(40,166,141); }
div.DivClassName
{
background-color: #28A68D;
}
.BgClassName
{
background-color: #28A68D;
}
</style>
border-color css
<style>
span { border-color: #28A68D; }
span { border-color: rgb(40,166,141); }
td.TdClassName
{
border-color: #28A68D;
}
.TagClassName
{
border-color: #28A68D;
}
</style>