Shades of Niagara #28A78B
Tints of Niagara #28A78B
RGB
CMYK
RGB Variations
Color information
#28A78B (or 0x28A78B) is known color: Niagara. HEX triplet: 28, A7 and 8B. RGB value is (40,167,139). Sum of RGB (Red+Green+Blue) = 40+167+139=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 167 (65.62% from 255 or 48.27% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 167 - color contains mainly: green. Hex color #28A78B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A78B is #D75874. Grayscale: #7D7D7D. Windows color (decimal): -14112885 or 9152296. OLE color: 9152296.
HSL color Cylindrical-coordinate representation of color #28A78B: hue angle of 166.77º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A78B is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 139 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.35 |
| HSL | 166.77º | 0.61% | 0.41% | - |
| HSV(B) | 166.77º | 0.76% | 0.65% | - |
| XYZ | 19.35 | 29.95 | 29.19 | - |
| YUV | 125.84 | 135.42 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 139 | 0.76 | 0 | 0.17 | 0.35 | 166.77 | 0.61 | 0.41 |
| Hex | 28 | A7 | 8B | 4C | 0 | 11 | 23 | A7 | 3D | 29 |
| Octal | 50 | 247 | 213 | 114 | 0 | 21 | 43 | 247 | 75 | 51 |
| Binary | 101000 | 10100111 | 10001011 | 1001100 | 0 | 10001 | 100011 | 10100111 | 111101 | 101001 |
Color Harmonies of #28A78B
Complementary color
Monochromatic Colors of #28A78B
Black with #28A78B
Text Example
Text Example
White with #28A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A78B; }
p { color: rgb(40,167,139); }
H1.HeaderClassName
{
color: #28A78B;
}
.AnyTagClassName
{
color: #28A78B;
}
</style>
background-color css
<style>
a { background-color: #28A78B; }
a { background-color: rgb(40,167,139); }
div.DivClassName
{
background-color: #28A78B;
}
.BgClassName
{
background-color: #28A78B;
}
</style>
border-color css
<style>
span { border-color: #28A78B; }
span { border-color: rgb(40,167,139); }
td.TdClassName
{
border-color: #28A78B;
}
.TagClassName
{
border-color: #28A78B;
}
</style>