Shades of Niagara #26B590
Tints of Niagara #26B590
RGB
CMYK
RGB Variations
Color information
#26B590 (or 0x26B590) is known color: Niagara. HEX triplet: 26, B5 and 90. RGB value is (38,181,144). Sum of RGB (Red+Green+Blue) = 38+181+144=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #26B590 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B590 is #D94A6F. Grayscale: #868686. Windows color (decimal): -14240368 or 9483558. OLE color: 9483558.
HSL color Cylindrical-coordinate representation of color #26B590: hue angle of 164.48º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B590 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 181 | 144 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.29 |
| HSL | 164.48º | 0.65% | 0.43% | - |
| HSV(B) | 164.48º | 0.79% | 0.71% | - |
| XYZ | 22.36 | 35.47 | 32.05 | - |
| YUV | 134.03 | 133.62 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 181 | 144 | 0.79 | 0 | 0.20 | 0.29 | 164.48 | 0.65 | 0.43 |
| Hex | 26 | B5 | 90 | 4F | 0 | 14 | 1D | A4 | 41 | 2B |
| Octal | 46 | 265 | 220 | 117 | 0 | 24 | 35 | 244 | 101 | 53 |
| Binary | 100110 | 10110101 | 10010000 | 1001111 | 0 | 10100 | 11101 | 10100100 | 1000001 | 101011 |
Color Harmonies of #26B590
Complementary color
Monochromatic Colors of #26B590
Black with #26B590
Text Example
Text Example
White with #26B590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B590; }
p { color: rgb(38,181,144); }
H1.HeaderClassName
{
color: #26B590;
}
.AnyTagClassName
{
color: #26B590;
}
</style>
background-color css
<style>
a { background-color: #26B590; }
a { background-color: rgb(38,181,144); }
div.DivClassName
{
background-color: #26B590;
}
.BgClassName
{
background-color: #26B590;
}
</style>
border-color css
<style>
span { border-color: #26B590; }
span { border-color: rgb(38,181,144); }
td.TdClassName
{
border-color: #26B590;
}
.TagClassName
{
border-color: #26B590;
}
</style>