Shades of Niagara #26A989
Tints of Niagara #26A989
RGB
CMYK
RGB Variations
Color information
#26A989 (or 0x26A989) is known color: Niagara. HEX triplet: 26, A9 and 89. RGB value is (38,169,137). Sum of RGB (Red+Green+Blue) = 38+169+137=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #26A989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A989 is #D95676. Grayscale: #7E7E7E. Windows color (decimal): -14243447 or 9021734. OLE color: 9021734.
HSL color Cylindrical-coordinate representation of color #26A989: hue angle of 165.34º 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 #26A989 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 169 | 137 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.34 |
| HSL | 165.34º | 0.63% | 0.41% | - |
| HSV(B) | 165.34º | 0.78% | 0.66% | - |
| XYZ | 19.5 | 30.59 | 28.54 | - |
| YUV | 126.18 | 134.1 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 169 | 137 | 0.78 | 0 | 0.19 | 0.34 | 165.34 | 0.63 | 0.41 |
| Hex | 26 | A9 | 89 | 4E | 0 | 13 | 22 | A5 | 3F | 29 |
| Octal | 46 | 251 | 211 | 116 | 0 | 23 | 42 | 245 | 77 | 51 |
| Binary | 100110 | 10101001 | 10001001 | 1001110 | 0 | 10011 | 100010 | 10100101 | 111111 | 101001 |
Color Harmonies of #26A989
Complementary color
Monochromatic Colors of #26A989
Black with #26A989
Text Example
Text Example
White with #26A989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A989; }
p { color: rgb(38,169,137); }
H1.HeaderClassName
{
color: #26A989;
}
.AnyTagClassName
{
color: #26A989;
}
</style>
background-color css
<style>
a { background-color: #26A989; }
a { background-color: rgb(38,169,137); }
div.DivClassName
{
background-color: #26A989;
}
.BgClassName
{
background-color: #26A989;
}
</style>
border-color css
<style>
span { border-color: #26A989; }
span { border-color: rgb(38,169,137); }
td.TdClassName
{
border-color: #26A989;
}
.TagClassName
{
border-color: #26A989;
}
</style>