Shades of Niagara #26A693
Tints of Niagara #26A693
RGB
CMYK
RGB Variations
Color information
#26A693 (or 0x26A693) is known color: Niagara. HEX triplet: 26, A6 and 93. RGB value is (38,166,147). Sum of RGB (Red+Green+Blue) = 38+166+147=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #26A693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A693 is #D9596C. Grayscale: #7D7D7D. Windows color (decimal): -14244205 or 9676326. OLE color: 9676326.
HSL color Cylindrical-coordinate representation of color #26A693: hue angle of 171.09º 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 #26A693 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 166 | 147 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.35 |
| HSL | 171.09º | 0.63% | 0.4% | - |
| HSV(B) | 171.09º | 0.77% | 0.65% | - |
| XYZ | 19.7 | 29.79 | 32.32 | - |
| YUV | 125.56 | 140.09 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 166 | 147 | 0.77 | 0 | 0.11 | 0.35 | 171.09 | 0.63 | 0.4 |
| Hex | 26 | A6 | 93 | 4D | 0 | B | 23 | AB | 3F | 28 |
| Octal | 46 | 246 | 223 | 115 | 0 | 13 | 43 | 253 | 77 | 50 |
| Binary | 100110 | 10100110 | 10010011 | 1001101 | 0 | 1011 | 100011 | 10101011 | 111111 | 101000 |
Color Harmonies of #26A693
Complementary color
Monochromatic Colors of #26A693
Black with #26A693
Text Example
Text Example
White with #26A693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A693; }
p { color: rgb(38,166,147); }
H1.HeaderClassName
{
color: #26A693;
}
.AnyTagClassName
{
color: #26A693;
}
</style>
background-color css
<style>
a { background-color: #26A693; }
a { background-color: rgb(38,166,147); }
div.DivClassName
{
background-color: #26A693;
}
.BgClassName
{
background-color: #26A693;
}
</style>
border-color css
<style>
span { border-color: #26A693; }
span { border-color: rgb(38,166,147); }
td.TdClassName
{
border-color: #26A693;
}
.TagClassName
{
border-color: #26A693;
}
</style>