Shades of Teal #027686
Tints of Teal #027686
RGB
CMYK
RGB Variations
Color information
#027686 (or 0x027686) is known color: Teal. HEX triplet: 02, 76 and 86. RGB value is (2,118,134). Sum of RGB (Red+Green+Blue) = 2+118+134=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #027686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027686 is #FD8979. Grayscale: #545454. Windows color (decimal): -16615802 or 8812034. OLE color: 8812034.
HSL color Cylindrical-coordinate representation of color #027686: hue angle of 187.27º 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 #027686 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 118 | 134 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.47 |
| HSL | 187.27º | 0.97% | 0.27% | - |
| HSV(B) | 187.27º | 0.99% | 0.53% | - |
| XYZ | 10.81 | 14.69 | 24.82 | - |
| YUV | 85.14 | 155.57 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 134 | 0.99 | 0.12 | 0 | 0.47 | 187.27 | 0.97 | 0.27 |
| Hex | 2 | 76 | 86 | 63 | C | 0 | 2F | BB | 61 | 1B |
| Octal | 2 | 166 | 206 | 143 | 14 | 0 | 57 | 273 | 141 | 33 |
| Binary | 10 | 1110110 | 10000110 | 1100011 | 1100 | 0 | 101111 | 10111011 | 1100001 | 11011 |
Color Harmonies of #027686
Complementary color
Monochromatic Colors of #027686
Black with #027686
Text Example
Text Example
White with #027686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027686; }
p { color: rgb(2,118,134); }
H1.HeaderClassName
{
color: #027686;
}
.AnyTagClassName
{
color: #027686;
}
</style>
background-color css
<style>
a { background-color: #027686; }
a { background-color: rgb(2,118,134); }
div.DivClassName
{
background-color: #027686;
}
.BgClassName
{
background-color: #027686;
}
</style>
border-color css
<style>
span { border-color: #027686; }
span { border-color: rgb(2,118,134); }
td.TdClassName
{
border-color: #027686;
}
.TagClassName
{
border-color: #027686;
}
</style>