Shades of Niagara #26A58B
Tints of Niagara #26A58B
RGB
CMYK
RGB Variations
Color information
#26A58B (or 0x26A58B) is known color: Niagara. HEX triplet: 26, A5 and 8B. RGB value is (38,165,139). Sum of RGB (Red+Green+Blue) = 38+165+139=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #26A58B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A58B is #D95A74. Grayscale: #7C7C7C. Windows color (decimal): -14244469 or 9151782. OLE color: 9151782.
HSL color Cylindrical-coordinate representation of color #26A58B: hue angle of 167.72º 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 #26A58B is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 165 | 139 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.35 |
| HSL | 167.72º | 0.63% | 0.4% | - |
| HSV(B) | 167.72º | 0.77% | 0.65% | - |
| XYZ | 18.91 | 29.19 | 29.06 | - |
| YUV | 124.06 | 136.42 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 165 | 139 | 0.77 | 0 | 0.16 | 0.35 | 167.72 | 0.63 | 0.4 |
| Hex | 26 | A5 | 8B | 4D | 0 | 10 | 23 | A8 | 3F | 28 |
| Octal | 46 | 245 | 213 | 115 | 0 | 20 | 43 | 250 | 77 | 50 |
| Binary | 100110 | 10100101 | 10001011 | 1001101 | 0 | 10000 | 100011 | 10101000 | 111111 | 101000 |
Color Harmonies of #26A58B
Complementary color
Monochromatic Colors of #26A58B
Black with #26A58B
Text Example
Text Example
White with #26A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A58B; }
p { color: rgb(38,165,139); }
H1.HeaderClassName
{
color: #26A58B;
}
.AnyTagClassName
{
color: #26A58B;
}
</style>
background-color css
<style>
a { background-color: #26A58B; }
a { background-color: rgb(38,165,139); }
div.DivClassName
{
background-color: #26A58B;
}
.BgClassName
{
background-color: #26A58B;
}
</style>
border-color css
<style>
span { border-color: #26A58B; }
span { border-color: rgb(38,165,139); }
td.TdClassName
{
border-color: #26A58B;
}
.TagClassName
{
border-color: #26A58B;
}
</style>