Shades of Teal #026E8A
Tints of Teal #026E8A
RGB
CMYK
RGB Variations
Color information
#026E8A (or 0x026E8A) is known color: Teal. HEX triplet: 02, 6E and 8A. RGB value is (2,110,138). Sum of RGB (Red+Green+Blue) = 2+110+138=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #026E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026E8A is #FD9175. Grayscale: #505050. Windows color (decimal): -16617846 or 9072130. OLE color: 9072130.
HSL color Cylindrical-coordinate representation of color #026E8A: hue angle of 192.35º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026E8A is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 110 | 138 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.46 |
| HSL | 192.35º | 0.97% | 0.27% | - |
| HSV(B) | 192.35º | 0.99% | 0.54% | - |
| XYZ | 10.19 | 13 | 26.02 | - |
| YUV | 80.9 | 160.22 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 138 | 0.99 | 0.20 | 0 | 0.46 | 192.35 | 0.97 | 0.27 |
| Hex | 2 | 6E | 8A | 63 | 14 | 0 | 2E | C0 | 61 | 1B |
| Octal | 2 | 156 | 212 | 143 | 24 | 0 | 56 | 300 | 141 | 33 |
| Binary | 10 | 1101110 | 10001010 | 1100011 | 10100 | 0 | 101110 | 11000000 | 1100001 | 11011 |
Color Harmonies of #026E8A
Complementary color
Monochromatic Colors of #026E8A
Black with #026E8A
Text Example
Text Example
White with #026E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026E8A; }
p { color: rgb(2,110,138); }
H1.HeaderClassName
{
color: #026E8A;
}
.AnyTagClassName
{
color: #026E8A;
}
</style>
background-color css
<style>
a { background-color: #026E8A; }
a { background-color: rgb(2,110,138); }
div.DivClassName
{
background-color: #026E8A;
}
.BgClassName
{
background-color: #026E8A;
}
</style>
border-color css
<style>
span { border-color: #026E8A; }
span { border-color: rgb(2,110,138); }
td.TdClassName
{
border-color: #026E8A;
}
.TagClassName
{
border-color: #026E8A;
}
</style>