Shades of Teal Blue #26474C
Tints of Teal Blue #26474C
RGB
CMYK
RGB Variations
Color information
#26474C (or 0x26474C) is known color: Teal Blue. HEX triplet: 26, 47 and 4C. RGB value is (38,71,76). Sum of RGB (Red+Green+Blue) = 38+71+76=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #26474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26474C is #D9B8B3. Grayscale: #3D3D3D. Windows color (decimal): -14268596 or 4998950. OLE color: 4998950.
HSL color Cylindrical-coordinate representation of color #26474C: hue angle of 187.89º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #26474C is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 71 | 76 | - |
| CMYK | 0.5 | 0.07 | 0 | 0.70 |
| HSL | 187.89º | 0.33% | 0.22% | - |
| HSV(B) | 187.89º | 0.5% | 0.3% | - |
| XYZ | 4.36 | 5.44 | 7.66 | - |
| YUV | 61.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 76 | 0.5 | 0.07 | 0 | 0.70 | 187.89 | 0.33 | 0.22 |
| Hex | 26 | 47 | 4C | 32 | 7 | 0 | 46 | BC | 21 | 16 |
| Octal | 46 | 107 | 114 | 62 | 7 | 0 | 106 | 274 | 41 | 26 |
| Binary | 100110 | 1000111 | 1001100 | 110010 | 111 | 0 | 1000110 | 10111100 | 100001 | 10110 |
Color Harmonies of #26474C
Complementary color
Monochromatic Colors of #26474C
Black with #26474C
Text Example
Text Example
White with #26474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26474C; }
p { color: rgb(38,71,76); }
H1.HeaderClassName
{
color: #26474C;
}
.AnyTagClassName
{
color: #26474C;
}
</style>
background-color css
<style>
a { background-color: #26474C; }
a { background-color: rgb(38,71,76); }
div.DivClassName
{
background-color: #26474C;
}
.BgClassName
{
background-color: #26474C;
}
</style>
border-color css
<style>
span { border-color: #26474C; }
span { border-color: rgb(38,71,76); }
td.TdClassName
{
border-color: #26474C;
}
.TagClassName
{
border-color: #26474C;
}
</style>