Shades of Teal #026E87
Tints of Teal #026E87
RGB
CMYK
RGB Variations
Color information
#026E87 (or 0x026E87) is known color: Teal. HEX triplet: 02, 6E and 87. RGB value is (2,110,135). Sum of RGB (Red+Green+Blue) = 2+110+135=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #026E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026E87 is #FD9178. Grayscale: #505050. Windows color (decimal): -16617849 or 8875522. OLE color: 8875522.
HSL color Cylindrical-coordinate representation of color #026E87: hue angle of 191.28º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026E87 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 110 | 135 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.47 |
| HSL | 191.28º | 0.97% | 0.27% | - |
| HSV(B) | 191.28º | 0.99% | 0.53% | - |
| XYZ | 9.97 | 12.91 | 24.89 | - |
| YUV | 80.56 | 158.72 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 135 | 0.99 | 0.19 | 0 | 0.47 | 191.28 | 0.97 | 0.27 |
| Hex | 2 | 6E | 87 | 63 | 13 | 0 | 2F | BF | 61 | 1B |
| Octal | 2 | 156 | 207 | 143 | 23 | 0 | 57 | 277 | 141 | 33 |
| Binary | 10 | 1101110 | 10000111 | 1100011 | 10011 | 0 | 101111 | 10111111 | 1100001 | 11011 |
Color Harmonies of #026E87
Complementary color
Monochromatic Colors of #026E87
Black with #026E87
Text Example
Text Example
White with #026E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026E87; }
p { color: rgb(2,110,135); }
H1.HeaderClassName
{
color: #026E87;
}
.AnyTagClassName
{
color: #026E87;
}
</style>
background-color css
<style>
a { background-color: #026E87; }
a { background-color: rgb(2,110,135); }
div.DivClassName
{
background-color: #026E87;
}
.BgClassName
{
background-color: #026E87;
}
</style>
border-color css
<style>
span { border-color: #026E87; }
span { border-color: rgb(2,110,135); }
td.TdClassName
{
border-color: #026E87;
}
.TagClassName
{
border-color: #026E87;
}
</style>