Shades of Teal #026E8B
Tints of Teal #026E8B
RGB
CMYK
RGB Variations
Color information
#026E8B (or 0x026E8B) is known color: Teal. HEX triplet: 02, 6E and 8B. RGB value is (2,110,139). Sum of RGB (Red+Green+Blue) = 2+110+139=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #026E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026E8B is #FD9174. Grayscale: #505050. Windows color (decimal): -16617845 or 9137666. OLE color: 9137666.
HSL color Cylindrical-coordinate representation of color #026E8B: hue angle of 192.7º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026E8B is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 110 | 139 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.45 |
| HSL | 192.7º | 0.97% | 0.28% | - |
| HSV(B) | 192.7º | 0.99% | 0.55% | - |
| XYZ | 10.26 | 13.03 | 26.4 | - |
| YUV | 81.01 | 160.72 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 139 | 0.99 | 0.21 | 0 | 0.45 | 192.7 | 0.97 | 0.28 |
| Hex | 2 | 6E | 8B | 63 | 15 | 0 | 2D | C1 | 61 | 1C |
| Octal | 2 | 156 | 213 | 143 | 25 | 0 | 55 | 301 | 141 | 34 |
| Binary | 10 | 1101110 | 10001011 | 1100011 | 10101 | 0 | 101101 | 11000001 | 1100001 | 11100 |
Color Harmonies of #026E8B
Complementary color
Monochromatic Colors of #026E8B
Black with #026E8B
Text Example
Text Example
White with #026E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026E8B; }
p { color: rgb(2,110,139); }
H1.HeaderClassName
{
color: #026E8B;
}
.AnyTagClassName
{
color: #026E8B;
}
</style>
background-color css
<style>
a { background-color: #026E8B; }
a { background-color: rgb(2,110,139); }
div.DivClassName
{
background-color: #026E8B;
}
.BgClassName
{
background-color: #026E8B;
}
</style>
border-color css
<style>
span { border-color: #026E8B; }
span { border-color: rgb(2,110,139); }
td.TdClassName
{
border-color: #026E8B;
}
.TagClassName
{
border-color: #026E8B;
}
</style>