Shades of Niagara #1AA78B
Tints of Niagara #1AA78B
RGB
CMYK
RGB Variations
Color information
#1AA78B (or 0x1AA78B) is known color: Niagara. HEX triplet: 1A, A7 and 8B. RGB value is (26,167,139). Sum of RGB (Red+Green+Blue) = 26+167+139=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #1AA78B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA78B is #E55874. Grayscale: #797979. Windows color (decimal): -15030389 or 9152282. OLE color: 9152282.
HSL color Cylindrical-coordinate representation of color #1AA78B: hue angle of 168.09º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA78B is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 26 | 167 | 139 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.35 |
| HSL | 168.09º | 0.73% | 0.38% | - |
| HSV(B) | 168.09º | 0.84% | 0.65% | - |
| XYZ | 18.9 | 29.72 | 29.17 | - |
| YUV | 121.65 | 137.79 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 167 | 139 | 0.84 | 0 | 0.17 | 0.35 | 168.09 | 0.73 | 0.38 |
| Hex | 1A | A7 | 8B | 54 | 0 | 11 | 23 | A8 | 49 | 26 |
| Octal | 32 | 247 | 213 | 124 | 0 | 21 | 43 | 250 | 111 | 46 |
| Binary | 11010 | 10100111 | 10001011 | 1010100 | 0 | 10001 | 100011 | 10101000 | 1001001 | 100110 |
Color Harmonies of #1AA78B
Complementary color
Monochromatic Colors of #1AA78B
Black with #1AA78B
Text Example
Text Example
White with #1AA78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA78B; }
p { color: rgb(26,167,139); }
H1.HeaderClassName
{
color: #1AA78B;
}
.AnyTagClassName
{
color: #1AA78B;
}
</style>
background-color css
<style>
a { background-color: #1AA78B; }
a { background-color: rgb(26,167,139); }
div.DivClassName
{
background-color: #1AA78B;
}
.BgClassName
{
background-color: #1AA78B;
}
</style>
border-color css
<style>
span { border-color: #1AA78B; }
span { border-color: rgb(26,167,139); }
td.TdClassName
{
border-color: #1AA78B;
}
.TagClassName
{
border-color: #1AA78B;
}
</style>