Shades of Niagara #26A788
Tints of Niagara #26A788
RGB
CMYK
RGB Variations
Color information
#26A788 (or 0x26A788) is known color: Niagara. HEX triplet: 26, A7 and 88. RGB value is (38,167,136). Sum of RGB (Red+Green+Blue) = 38+167+136=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #26A788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A788 is #D95877. Grayscale: #7C7C7C. Windows color (decimal): -14243960 or 8955686. OLE color: 8955686.
HSL color Cylindrical-coordinate representation of color #26A788: hue angle of 165.58º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A788 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 167 | 136 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.35 |
| HSL | 165.58º | 0.63% | 0.4% | - |
| HSV(B) | 165.58º | 0.77% | 0.65% | - |
| XYZ | 19.06 | 29.83 | 28.05 | - |
| YUV | 124.9 | 134.26 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 167 | 136 | 0.77 | 0 | 0.19 | 0.35 | 165.58 | 0.63 | 0.4 |
| Hex | 26 | A7 | 88 | 4D | 0 | 13 | 23 | A6 | 3F | 28 |
| Octal | 46 | 247 | 210 | 115 | 0 | 23 | 43 | 246 | 77 | 50 |
| Binary | 100110 | 10100111 | 10001000 | 1001101 | 0 | 10011 | 100011 | 10100110 | 111111 | 101000 |
Color Harmonies of #26A788
Complementary color
Monochromatic Colors of #26A788
Black with #26A788
Text Example
Text Example
White with #26A788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A788; }
p { color: rgb(38,167,136); }
H1.HeaderClassName
{
color: #26A788;
}
.AnyTagClassName
{
color: #26A788;
}
</style>
background-color css
<style>
a { background-color: #26A788; }
a { background-color: rgb(38,167,136); }
div.DivClassName
{
background-color: #26A788;
}
.BgClassName
{
background-color: #26A788;
}
</style>
border-color css
<style>
span { border-color: #26A788; }
span { border-color: rgb(38,167,136); }
td.TdClassName
{
border-color: #26A788;
}
.TagClassName
{
border-color: #26A788;
}
</style>