Shades of Teal #068386
Tints of Teal #068386
RGB
CMYK
RGB Variations
Color information
#068386 (or 0x068386) is known color: Teal. HEX triplet: 06, 83 and 86. RGB value is (6,131,134). Sum of RGB (Red+Green+Blue) = 6+131+134=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #068386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068386 is #F97C79. Grayscale: #5D5D5D. Windows color (decimal): -16350330 or 8815366. OLE color: 8815366.
HSL color Cylindrical-coordinate representation of color #068386: hue angle of 181.41º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068386 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 131 | 134 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.47 |
| HSL | 181.41º | 0.91% | 0.27% | - |
| HSV(B) | 181.41º | 0.96% | 0.53% | - |
| XYZ | 12.49 | 17.99 | 25.37 | - |
| YUV | 93.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 131 | 134 | 0.96 | 0.02 | 0 | 0.47 | 181.41 | 0.91 | 0.27 |
| Hex | 6 | 83 | 86 | 60 | 2 | 0 | 2F | B5 | 5B | 1B |
| Octal | 6 | 203 | 206 | 140 | 2 | 0 | 57 | 265 | 133 | 33 |
| Binary | 110 | 10000011 | 10000110 | 1100000 | 10 | 0 | 101111 | 10110101 | 1011011 | 11011 |
Color Harmonies of #068386
Complementary color
Monochromatic Colors of #068386
Black with #068386
Text Example
Text Example
White with #068386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068386; }
p { color: rgb(6,131,134); }
H1.HeaderClassName
{
color: #068386;
}
.AnyTagClassName
{
color: #068386;
}
</style>
background-color css
<style>
a { background-color: #068386; }
a { background-color: rgb(6,131,134); }
div.DivClassName
{
background-color: #068386;
}
.BgClassName
{
background-color: #068386;
}
</style>
border-color css
<style>
span { border-color: #068386; }
span { border-color: rgb(6,131,134); }
td.TdClassName
{
border-color: #068386;
}
.TagClassName
{
border-color: #068386;
}
</style>