Shades of Teal #026D8C
Tints of Teal #026D8C
RGB
CMYK
RGB Variations
Color information
#026D8C (or 0x026D8C) is known color: Teal. HEX triplet: 02, 6D and 8C. RGB value is (2,109,140). Sum of RGB (Red+Green+Blue) = 2+109+140=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #026D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026D8C is #FD9273. Grayscale: #505050. Windows color (decimal): -16618100 or 9202946. OLE color: 9202946.
HSL color Cylindrical-coordinate representation of color #026D8C: hue angle of 193.48º 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 #026D8C is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 109 | 140 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.45 |
| HSL | 193.48º | 0.97% | 0.28% | - |
| HSV(B) | 193.48º | 0.99% | 0.55% | - |
| XYZ | 10.23 | 12.84 | 26.75 | - |
| YUV | 80.54 | 161.55 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 140 | 0.99 | 0.22 | 0 | 0.45 | 193.48 | 0.97 | 0.28 |
| Hex | 2 | 6D | 8C | 63 | 16 | 0 | 2D | C1 | 61 | 1C |
| Octal | 2 | 155 | 214 | 143 | 26 | 0 | 55 | 301 | 141 | 34 |
| Binary | 10 | 1101101 | 10001100 | 1100011 | 10110 | 0 | 101101 | 11000001 | 1100001 | 11100 |
Color Harmonies of #026D8C
Complementary color
Monochromatic Colors of #026D8C
Black with #026D8C
Text Example
Text Example
White with #026D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026D8C; }
p { color: rgb(2,109,140); }
H1.HeaderClassName
{
color: #026D8C;
}
.AnyTagClassName
{
color: #026D8C;
}
</style>
background-color css
<style>
a { background-color: #026D8C; }
a { background-color: rgb(2,109,140); }
div.DivClassName
{
background-color: #026D8C;
}
.BgClassName
{
background-color: #026D8C;
}
</style>
border-color css
<style>
span { border-color: #026D8C; }
span { border-color: rgb(2,109,140); }
td.TdClassName
{
border-color: #026D8C;
}
.TagClassName
{
border-color: #026D8C;
}
</style>