Shades of Teal #026F8C
Tints of Teal #026F8C
RGB
CMYK
RGB Variations
Color information
#026F8C (or 0x026F8C) is known color: Teal. HEX triplet: 02, 6F and 8C. RGB value is (2,111,140). Sum of RGB (Red+Green+Blue) = 2+111+140=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #026F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026F8C is #FD9073. Grayscale: #515151. Windows color (decimal): -16617588 or 9203458. OLE color: 9203458.
HSL color Cylindrical-coordinate representation of color #026F8C: hue angle of 192.61º 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 #026F8C is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 111 | 140 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.45 |
| HSL | 192.61º | 0.97% | 0.28% | - |
| HSV(B) | 192.61º | 0.99% | 0.55% | - |
| XYZ | 10.44 | 13.28 | 26.82 | - |
| YUV | 81.72 | 160.89 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 111 | 140 | 0.99 | 0.21 | 0 | 0.45 | 192.61 | 0.97 | 0.28 |
| Hex | 2 | 6F | 8C | 63 | 15 | 0 | 2D | C1 | 61 | 1C |
| Octal | 2 | 157 | 214 | 143 | 25 | 0 | 55 | 301 | 141 | 34 |
| Binary | 10 | 1101111 | 10001100 | 1100011 | 10101 | 0 | 101101 | 11000001 | 1100001 | 11100 |
Color Harmonies of #026F8C
Complementary color
Monochromatic Colors of #026F8C
Black with #026F8C
Text Example
Text Example
White with #026F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026F8C; }
p { color: rgb(2,111,140); }
H1.HeaderClassName
{
color: #026F8C;
}
.AnyTagClassName
{
color: #026F8C;
}
</style>
background-color css
<style>
a { background-color: #026F8C; }
a { background-color: rgb(2,111,140); }
div.DivClassName
{
background-color: #026F8C;
}
.BgClassName
{
background-color: #026F8C;
}
</style>
border-color css
<style>
span { border-color: #026F8C; }
span { border-color: rgb(2,111,140); }
td.TdClassName
{
border-color: #026F8C;
}
.TagClassName
{
border-color: #026F8C;
}
</style>