Shades of Teal Blue #26525A
Tints of Teal Blue #26525A
RGB
CMYK
RGB Variations
Color information
#26525A (or 0x26525A) is known color: Teal Blue. HEX triplet: 26, 52 and 5A. RGB value is (38,82,90). Sum of RGB (Red+Green+Blue) = 38+82+90=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #26525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26525A is #D9ADA5. Grayscale: #454545. Windows color (decimal): -14265766 or 5919270. OLE color: 5919270.
HSL color Cylindrical-coordinate representation of color #26525A: hue angle of 189.23º 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 #26525A is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 82 | 90 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.65 |
| HSL | 189.23º | 0.41% | 0.25% | - |
| HSV(B) | 189.23º | 0.58% | 0.35% | - |
| XYZ | 5.66 | 7.18 | 10.76 | - |
| YUV | 69.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 90 | 0.58 | 0.09 | 0 | 0.65 | 189.23 | 0.41 | 0.25 |
| Hex | 26 | 52 | 5A | 3A | 9 | 0 | 41 | BD | 29 | 19 |
| Octal | 46 | 122 | 132 | 72 | 11 | 0 | 101 | 275 | 51 | 31 |
| Binary | 100110 | 1010010 | 1011010 | 111010 | 1001 | 0 | 1000001 | 10111101 | 101001 | 11001 |
Color Harmonies of #26525A
Complementary color
Monochromatic Colors of #26525A
Black with #26525A
Text Example
Text Example
White with #26525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26525A; }
p { color: rgb(38,82,90); }
H1.HeaderClassName
{
color: #26525A;
}
.AnyTagClassName
{
color: #26525A;
}
</style>
background-color css
<style>
a { background-color: #26525A; }
a { background-color: rgb(38,82,90); }
div.DivClassName
{
background-color: #26525A;
}
.BgClassName
{
background-color: #26525A;
}
</style>
border-color css
<style>
span { border-color: #26525A; }
span { border-color: rgb(38,82,90); }
td.TdClassName
{
border-color: #26525A;
}
.TagClassName
{
border-color: #26525A;
}
</style>