Shades of Teal Blue #26515B
Tints of Teal Blue #26515B
RGB
CMYK
RGB Variations
Color information
#26515B (or 0x26515B) is known color: Teal Blue. HEX triplet: 26, 51 and 5B. RGB value is (38,81,91). Sum of RGB (Red+Green+Blue) = 38+81+91=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #26515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26515B is #D9AEA4. Grayscale: #454545. Windows color (decimal): -14266021 or 5984550. OLE color: 5984550.
HSL color Cylindrical-coordinate representation of color #26515B: hue angle of 191.32º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26515B is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 81 | 91 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.64 |
| HSL | 191.32º | 0.41% | 0.25% | - |
| HSV(B) | 191.32º | 0.58% | 0.36% | - |
| XYZ | 5.63 | 7.05 | 10.96 | - |
| YUV | 69.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 91 | 0.58 | 0.11 | 0 | 0.64 | 191.32 | 0.41 | 0.25 |
| Hex | 26 | 51 | 5B | 3A | B | 0 | 40 | BF | 29 | 19 |
| Octal | 46 | 121 | 133 | 72 | 13 | 0 | 100 | 277 | 51 | 31 |
| Binary | 100110 | 1010001 | 1011011 | 111010 | 1011 | 0 | 1000000 | 10111111 | 101001 | 11001 |
Color Harmonies of #26515B
Complementary color
Monochromatic Colors of #26515B
Black with #26515B
Text Example
Text Example
White with #26515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26515B; }
p { color: rgb(38,81,91); }
H1.HeaderClassName
{
color: #26515B;
}
.AnyTagClassName
{
color: #26515B;
}
</style>
background-color css
<style>
a { background-color: #26515B; }
a { background-color: rgb(38,81,91); }
div.DivClassName
{
background-color: #26515B;
}
.BgClassName
{
background-color: #26515B;
}
</style>
border-color css
<style>
span { border-color: #26515B; }
span { border-color: rgb(38,81,91); }
td.TdClassName
{
border-color: #26515B;
}
.TagClassName
{
border-color: #26515B;
}
</style>