Shades of Teal #026C8C
Tints of Teal #026C8C
RGB
CMYK
RGB Variations
Color information
#026C8C (or 0x026C8C) is known color: Teal. HEX triplet: 02, 6C and 8C. RGB value is (2,108,140). Sum of RGB (Red+Green+Blue) = 2+108+140=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #026C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026C8C is #FD9373. Grayscale: #4F4F4F. Windows color (decimal): -16618356 or 9202690. OLE color: 9202690.
HSL color Cylindrical-coordinate representation of color #026C8C: hue angle of 193.91º 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 #026C8C is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 108 | 140 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.45 |
| HSL | 193.91º | 0.97% | 0.28% | - |
| HSV(B) | 193.91º | 0.99% | 0.55% | - |
| XYZ | 10.12 | 12.63 | 26.72 | - |
| YUV | 79.95 | 161.88 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 108 | 140 | 0.99 | 0.23 | 0 | 0.45 | 193.91 | 0.97 | 0.28 |
| Hex | 2 | 6C | 8C | 63 | 17 | 0 | 2D | C2 | 61 | 1C |
| Octal | 2 | 154 | 214 | 143 | 27 | 0 | 55 | 302 | 141 | 34 |
| Binary | 10 | 1101100 | 10001100 | 1100011 | 10111 | 0 | 101101 | 11000010 | 1100001 | 11100 |
Color Harmonies of #026C8C
Complementary color
Monochromatic Colors of #026C8C
Black with #026C8C
Text Example
Text Example
White with #026C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026C8C; }
p { color: rgb(2,108,140); }
H1.HeaderClassName
{
color: #026C8C;
}
.AnyTagClassName
{
color: #026C8C;
}
</style>
background-color css
<style>
a { background-color: #026C8C; }
a { background-color: rgb(2,108,140); }
div.DivClassName
{
background-color: #026C8C;
}
.BgClassName
{
background-color: #026C8C;
}
</style>
border-color css
<style>
span { border-color: #026C8C; }
span { border-color: rgb(2,108,140); }
td.TdClassName
{
border-color: #026C8C;
}
.TagClassName
{
border-color: #026C8C;
}
</style>