Shades of Niagara #26B999
Tints of Niagara #26B999
RGB
CMYK
RGB Variations
Color information
#26B999 (or 0x26B999) is known color: Niagara. HEX triplet: 26, B9 and 99. RGB value is (38,185,153). Sum of RGB (Red+Green+Blue) = 38+185+153=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #26B999 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B999 is #D94666. Grayscale: #898989. Windows color (decimal): -14239335 or 10074406. OLE color: 10074406.
HSL color Cylindrical-coordinate representation of color #26B999: hue angle of 166.94º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B999 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 185 | 153 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.27 |
| HSL | 166.94º | 0.66% | 0.44% | - |
| HSV(B) | 166.94º | 0.79% | 0.73% | - |
| XYZ | 23.9 | 37.41 | 36.1 | - |
| YUV | 137.4 | 136.8 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 185 | 153 | 0.79 | 0 | 0.17 | 0.27 | 166.94 | 0.66 | 0.44 |
| Hex | 26 | B9 | 99 | 4F | 0 | 11 | 1B | A7 | 42 | 2C |
| Octal | 46 | 271 | 231 | 117 | 0 | 21 | 33 | 247 | 102 | 54 |
| Binary | 100110 | 10111001 | 10011001 | 1001111 | 0 | 10001 | 11011 | 10100111 | 1000010 | 101100 |
Color Harmonies of #26B999
Complementary color
Monochromatic Colors of #26B999
Black with #26B999
Text Example
Text Example
White with #26B999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B999; }
p { color: rgb(38,185,153); }
H1.HeaderClassName
{
color: #26B999;
}
.AnyTagClassName
{
color: #26B999;
}
</style>
background-color css
<style>
a { background-color: #26B999; }
a { background-color: rgb(38,185,153); }
div.DivClassName
{
background-color: #26B999;
}
.BgClassName
{
background-color: #26B999;
}
</style>
border-color css
<style>
span { border-color: #26B999; }
span { border-color: rgb(38,185,153); }
td.TdClassName
{
border-color: #26B999;
}
.TagClassName
{
border-color: #26B999;
}
</style>