Shades of Niagara #26A995
Tints of Niagara #26A995
RGB
CMYK
RGB Variations
Color information
#26A995 (or 0x26A995) is known color: Niagara. HEX triplet: 26, A9 and 95. RGB value is (38,169,149). Sum of RGB (Red+Green+Blue) = 38+169+149=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #26A995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A995 is #D9566A. Grayscale: #7F7F7F. Windows color (decimal): -14243435 or 9808166. OLE color: 9808166.
HSL color Cylindrical-coordinate representation of color #26A995: hue angle of 170.84º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26A995 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 169 | 149 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.34 |
| HSL | 170.84º | 0.63% | 0.41% | - |
| HSV(B) | 170.84º | 0.78% | 0.66% | - |
| XYZ | 20.41 | 30.96 | 33.33 | - |
| YUV | 127.55 | 140.1 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 169 | 149 | 0.78 | 0 | 0.12 | 0.34 | 170.84 | 0.63 | 0.41 |
| Hex | 26 | A9 | 95 | 4E | 0 | C | 22 | AB | 3F | 29 |
| Octal | 46 | 251 | 225 | 116 | 0 | 14 | 42 | 253 | 77 | 51 |
| Binary | 100110 | 10101001 | 10010101 | 1001110 | 0 | 1100 | 100010 | 10101011 | 111111 | 101001 |
Color Harmonies of #26A995
Complementary color
Monochromatic Colors of #26A995
Black with #26A995
Text Example
Text Example
White with #26A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A995; }
p { color: rgb(38,169,149); }
H1.HeaderClassName
{
color: #26A995;
}
.AnyTagClassName
{
color: #26A995;
}
</style>
background-color css
<style>
a { background-color: #26A995; }
a { background-color: rgb(38,169,149); }
div.DivClassName
{
background-color: #26A995;
}
.BgClassName
{
background-color: #26A995;
}
</style>
border-color css
<style>
span { border-color: #26A995; }
span { border-color: rgb(38,169,149); }
td.TdClassName
{
border-color: #26A995;
}
.TagClassName
{
border-color: #26A995;
}
</style>