Shades of Teal Blue #26505A
Tints of Teal Blue #26505A
RGB
CMYK
RGB Variations
Color information
#26505A (or 0x26505A) is known color: Teal Blue. HEX triplet: 26, 50 and 5A. RGB value is (38,80,90). Sum of RGB (Red+Green+Blue) = 38+80+90=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #26505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26505A is #D9AFA5. Grayscale: #444444. Windows color (decimal): -14266278 or 5918758. OLE color: 5918758.
HSL color Cylindrical-coordinate representation of color #26505A: hue angle of 191.54º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26505A is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 80 | 90 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.65 |
| HSL | 191.54º | 0.41% | 0.25% | - |
| HSV(B) | 191.54º | 0.58% | 0.35% | - |
| XYZ | 5.51 | 6.89 | 10.71 | - |
| YUV | 68.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 90 | 0.58 | 0.11 | 0 | 0.65 | 191.54 | 0.41 | 0.25 |
| Hex | 26 | 50 | 5A | 3A | B | 0 | 41 | C0 | 29 | 19 |
| Octal | 46 | 120 | 132 | 72 | 13 | 0 | 101 | 300 | 51 | 31 |
| Binary | 100110 | 1010000 | 1011010 | 111010 | 1011 | 0 | 1000001 | 11000000 | 101001 | 11001 |
Color Harmonies of #26505A
Complementary color
Monochromatic Colors of #26505A
Black with #26505A
Text Example
Text Example
White with #26505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26505A; }
p { color: rgb(38,80,90); }
H1.HeaderClassName
{
color: #26505A;
}
.AnyTagClassName
{
color: #26505A;
}
</style>
background-color css
<style>
a { background-color: #26505A; }
a { background-color: rgb(38,80,90); }
div.DivClassName
{
background-color: #26505A;
}
.BgClassName
{
background-color: #26505A;
}
</style>
border-color css
<style>
span { border-color: #26505A; }
span { border-color: rgb(38,80,90); }
td.TdClassName
{
border-color: #26505A;
}
.TagClassName
{
border-color: #26505A;
}
</style>