Shades of Teal Blue #26474D
Tints of Teal Blue #26474D
RGB
CMYK
RGB Variations
Color information
#26474D (or 0x26474D) is known color: Teal Blue. HEX triplet: 26, 47 and 4D. RGB value is (38,71,77). Sum of RGB (Red+Green+Blue) = 38+71+77=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #26474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26474D is #D9B8B2. Grayscale: #3D3D3D. Windows color (decimal): -14268595 or 5064486. OLE color: 5064486.
HSL color Cylindrical-coordinate representation of color #26474D: hue angle of 189.23º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #26474D is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 71 | 77 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.70 |
| HSL | 189.23º | 0.34% | 0.23% | - |
| HSV(B) | 189.23º | 0.51% | 0.3% | - |
| XYZ | 4.39 | 5.45 | 7.84 | - |
| YUV | 61.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 77 | 0.51 | 0.08 | 0 | 0.70 | 189.23 | 0.34 | 0.23 |
| Hex | 26 | 47 | 4D | 33 | 8 | 0 | 46 | BD | 22 | 17 |
| Octal | 46 | 107 | 115 | 63 | 10 | 0 | 106 | 275 | 42 | 27 |
| Binary | 100110 | 1000111 | 1001101 | 110011 | 1000 | 0 | 1000110 | 10111101 | 100010 | 10111 |
Color Harmonies of #26474D
Complementary color
Monochromatic Colors of #26474D
Black with #26474D
Text Example
Text Example
White with #26474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26474D; }
p { color: rgb(38,71,77); }
H1.HeaderClassName
{
color: #26474D;
}
.AnyTagClassName
{
color: #26474D;
}
</style>
background-color css
<style>
a { background-color: #26474D; }
a { background-color: rgb(38,71,77); }
div.DivClassName
{
background-color: #26474D;
}
.BgClassName
{
background-color: #26474D;
}
</style>
border-color css
<style>
span { border-color: #26474D; }
span { border-color: rgb(38,71,77); }
td.TdClassName
{
border-color: #26474D;
}
.TagClassName
{
border-color: #26474D;
}
</style>