Shades of Niagara #26BA95
Tints of Niagara #26BA95
RGB
CMYK
RGB Variations
Color information
#26BA95 (or 0x26BA95) is known color: Niagara. HEX triplet: 26, BA and 95. RGB value is (38,186,149). Sum of RGB (Red+Green+Blue) = 38+186+149=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BA95 is #D9456A. Grayscale: #898989. Windows color (decimal): -14239083 or 9812518. OLE color: 9812518.
HSL color Cylindrical-coordinate representation of color #26BA95: hue angle of 165º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BA95 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 149 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.27 |
| HSL | 165º | 0.66% | 0.44% | - |
| HSV(B) | 165º | 0.8% | 0.73% | - |
| XYZ | 23.78 | 37.7 | 34.46 | - |
| YUV | 137.53 | 134.47 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 149 | 0.80 | 0 | 0.20 | 0.27 | 165 | 0.66 | 0.44 |
| Hex | 26 | BA | 95 | 50 | 0 | 14 | 1B | A5 | 42 | 2C |
| Octal | 46 | 272 | 225 | 120 | 0 | 24 | 33 | 245 | 102 | 54 |
| Binary | 100110 | 10111010 | 10010101 | 1010000 | 0 | 10100 | 11011 | 10100101 | 1000010 | 101100 |
Color Harmonies of #26BA95
Complementary color
Monochromatic Colors of #26BA95
Black with #26BA95
Text Example
Text Example
White with #26BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA95; }
p { color: rgb(38,186,149); }
H1.HeaderClassName
{
color: #26BA95;
}
.AnyTagClassName
{
color: #26BA95;
}
</style>
background-color css
<style>
a { background-color: #26BA95; }
a { background-color: rgb(38,186,149); }
div.DivClassName
{
background-color: #26BA95;
}
.BgClassName
{
background-color: #26BA95;
}
</style>
border-color css
<style>
span { border-color: #26BA95; }
span { border-color: rgb(38,186,149); }
td.TdClassName
{
border-color: #26BA95;
}
.TagClassName
{
border-color: #26BA95;
}
</style>