Shades of Niagara #26A58D
Tints of Niagara #26A58D
RGB
CMYK
RGB Variations
Color information
#26A58D (or 0x26A58D) is known color: Niagara. HEX triplet: 26, A5 and 8D. RGB value is (38,165,141). Sum of RGB (Red+Green+Blue) = 38+165+141=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #26A58D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A58D is #D95A72. Grayscale: #7C7C7C. Windows color (decimal): -14244467 or 9282854. OLE color: 9282854.
HSL color Cylindrical-coordinate representation of color #26A58D: hue angle of 168.66º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A58D is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 165 | 141 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.35 |
| HSL | 168.66º | 0.63% | 0.4% | - |
| HSV(B) | 168.66º | 0.77% | 0.65% | - |
| XYZ | 19.06 | 29.25 | 29.84 | - |
| YUV | 124.29 | 137.42 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 165 | 141 | 0.77 | 0 | 0.15 | 0.35 | 168.66 | 0.63 | 0.4 |
| Hex | 26 | A5 | 8D | 4D | 0 | F | 23 | A9 | 3F | 28 |
| Octal | 46 | 245 | 215 | 115 | 0 | 17 | 43 | 251 | 77 | 50 |
| Binary | 100110 | 10100101 | 10001101 | 1001101 | 0 | 1111 | 100011 | 10101001 | 111111 | 101000 |
Color Harmonies of #26A58D
Complementary color
Monochromatic Colors of #26A58D
Black with #26A58D
Text Example
Text Example
White with #26A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A58D; }
p { color: rgb(38,165,141); }
H1.HeaderClassName
{
color: #26A58D;
}
.AnyTagClassName
{
color: #26A58D;
}
</style>
background-color css
<style>
a { background-color: #26A58D; }
a { background-color: rgb(38,165,141); }
div.DivClassName
{
background-color: #26A58D;
}
.BgClassName
{
background-color: #26A58D;
}
</style>
border-color css
<style>
span { border-color: #26A58D; }
span { border-color: rgb(38,165,141); }
td.TdClassName
{
border-color: #26A58D;
}
.TagClassName
{
border-color: #26A58D;
}
</style>