Shades of Teal Blue #26515A
Tints of Teal Blue #26515A
RGB
CMYK
RGB Variations
Color information
#26515A (or 0x26515A) is known color: Teal Blue. HEX triplet: 26, 51 and 5A. RGB value is (38,81,90). Sum of RGB (Red+Green+Blue) = 38+81+90=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #26515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26515A is #D9AEA5. Grayscale: #454545. Windows color (decimal): -14266022 or 5919014. OLE color: 5919014.
HSL color Cylindrical-coordinate representation of color #26515A: hue angle of 190.38º 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 #26515A is Cyan = 0.58, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 81 | 90 | - |
| CMYK | 0.58 | 0.1 | 0 | 0.65 |
| HSL | 190.38º | 0.41% | 0.25% | - |
| HSV(B) | 190.38º | 0.58% | 0.35% | - |
| XYZ | 5.59 | 7.04 | 10.74 | - |
| YUV | 69.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 90 | 0.58 | 0.1 | 0 | 0.65 | 190.38 | 0.41 | 0.25 |
| Hex | 26 | 51 | 5A | 3A | A | 0 | 41 | BE | 29 | 19 |
| Octal | 46 | 121 | 132 | 72 | 12 | 0 | 101 | 276 | 51 | 31 |
| Binary | 100110 | 1010001 | 1011010 | 111010 | 1010 | 0 | 1000001 | 10111110 | 101001 | 11001 |
Color Harmonies of #26515A
Complementary color
Monochromatic Colors of #26515A
Black with #26515A
Text Example
Text Example
White with #26515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26515A; }
p { color: rgb(38,81,90); }
H1.HeaderClassName
{
color: #26515A;
}
.AnyTagClassName
{
color: #26515A;
}
</style>
background-color css
<style>
a { background-color: #26515A; }
a { background-color: rgb(38,81,90); }
div.DivClassName
{
background-color: #26515A;
}
.BgClassName
{
background-color: #26515A;
}
</style>
border-color css
<style>
span { border-color: #26515A; }
span { border-color: rgb(38,81,90); }
td.TdClassName
{
border-color: #26515A;
}
.TagClassName
{
border-color: #26515A;
}
</style>