Shades of Niagara #26AE90
Tints of Niagara #26AE90
RGB
CMYK
RGB Variations
Color information
#26AE90 (or 0x26AE90) is known color: Niagara. HEX triplet: 26, AE and 90. RGB value is (38,174,144). Sum of RGB (Red+Green+Blue) = 38+174+144=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #26AE90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AE90 is #D9516F. Grayscale: #818181. Windows color (decimal): -14242160 or 9481766. OLE color: 9481766.
HSL color Cylindrical-coordinate representation of color #26AE90: hue angle of 166.76º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AE90 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 174 | 144 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.32 |
| HSL | 166.76º | 0.64% | 0.42% | - |
| HSV(B) | 166.76º | 0.78% | 0.68% | - |
| XYZ | 20.97 | 32.7 | 31.59 | - |
| YUV | 129.92 | 135.94 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 174 | 144 | 0.78 | 0 | 0.17 | 0.32 | 166.76 | 0.64 | 0.42 |
| Hex | 26 | AE | 90 | 4E | 0 | 11 | 20 | A7 | 40 | 2A |
| Octal | 46 | 256 | 220 | 116 | 0 | 21 | 40 | 247 | 100 | 52 |
| Binary | 100110 | 10101110 | 10010000 | 1001110 | 0 | 10001 | 100000 | 10100111 | 1000000 | 101010 |
Color Harmonies of #26AE90
Complementary color
Monochromatic Colors of #26AE90
Black with #26AE90
Text Example
Text Example
White with #26AE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AE90; }
p { color: rgb(38,174,144); }
H1.HeaderClassName
{
color: #26AE90;
}
.AnyTagClassName
{
color: #26AE90;
}
</style>
background-color css
<style>
a { background-color: #26AE90; }
a { background-color: rgb(38,174,144); }
div.DivClassName
{
background-color: #26AE90;
}
.BgClassName
{
background-color: #26AE90;
}
</style>
border-color css
<style>
span { border-color: #26AE90; }
span { border-color: rgb(38,174,144); }
td.TdClassName
{
border-color: #26AE90;
}
.TagClassName
{
border-color: #26AE90;
}
</style>