Shades of Niagara #26B594
Tints of Niagara #26B594
RGB
CMYK
RGB Variations
Color information
#26B594 (or 0x26B594) is known color: Niagara. HEX triplet: 26, B5 and 94. RGB value is (38,181,148). Sum of RGB (Red+Green+Blue) = 38+181+148=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #26B594 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B594 is #D94A6B. Grayscale: #868686. Windows color (decimal): -14240364 or 9745702. OLE color: 9745702.
HSL color Cylindrical-coordinate representation of color #26B594: hue angle of 166.15º 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 #26B594 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 181 | 148 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.29 |
| HSL | 166.15º | 0.65% | 0.43% | - |
| HSV(B) | 166.15º | 0.79% | 0.71% | - |
| XYZ | 22.67 | 35.6 | 33.69 | - |
| YUV | 134.48 | 135.62 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 181 | 148 | 0.79 | 0 | 0.18 | 0.29 | 166.15 | 0.65 | 0.43 |
| Hex | 26 | B5 | 94 | 4F | 0 | 12 | 1D | A6 | 41 | 2B |
| Octal | 46 | 265 | 224 | 117 | 0 | 22 | 35 | 246 | 101 | 53 |
| Binary | 100110 | 10110101 | 10010100 | 1001111 | 0 | 10010 | 11101 | 10100110 | 1000001 | 101011 |
Color Harmonies of #26B594
Complementary color
Monochromatic Colors of #26B594
Black with #26B594
Text Example
Text Example
White with #26B594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B594; }
p { color: rgb(38,181,148); }
H1.HeaderClassName
{
color: #26B594;
}
.AnyTagClassName
{
color: #26B594;
}
</style>
background-color css
<style>
a { background-color: #26B594; }
a { background-color: rgb(38,181,148); }
div.DivClassName
{
background-color: #26B594;
}
.BgClassName
{
background-color: #26B594;
}
</style>
border-color css
<style>
span { border-color: #26B594; }
span { border-color: rgb(38,181,148); }
td.TdClassName
{
border-color: #26B594;
}
.TagClassName
{
border-color: #26B594;
}
</style>