Shades of Teal #06758E
Tints of Teal #06758E
RGB
CMYK
RGB Variations
Color information
#06758E (or 0x06758E) is known color: Teal. HEX triplet: 06, 75 and 8E. RGB value is (6,117,142). Sum of RGB (Red+Green+Blue) = 6+117+142=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #06758E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06758E is #F98A71. Grayscale: #565656. Windows color (decimal): -16353906 or 9336070. OLE color: 9336070.
HSL color Cylindrical-coordinate representation of color #06758E: hue angle of 191.03º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06758E is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 117 | 142 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.44 |
| HSL | 191.03º | 0.92% | 0.29% | - |
| HSV(B) | 191.03º | 0.96% | 0.56% | - |
| XYZ | 11.32 | 14.71 | 27.83 | - |
| YUV | 86.66 | 159.23 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 142 | 0.96 | 0.18 | 0 | 0.44 | 191.03 | 0.92 | 0.29 |
| Hex | 6 | 75 | 8E | 60 | 12 | 0 | 2C | BF | 5C | 1D |
| Octal | 6 | 165 | 216 | 140 | 22 | 0 | 54 | 277 | 134 | 35 |
| Binary | 110 | 1110101 | 10001110 | 1100000 | 10010 | 0 | 101100 | 10111111 | 1011100 | 11101 |
Color Harmonies of #06758E
Complementary color
Monochromatic Colors of #06758E
Black with #06758E
Text Example
Text Example
White with #06758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06758E; }
p { color: rgb(6,117,142); }
H1.HeaderClassName
{
color: #06758E;
}
.AnyTagClassName
{
color: #06758E;
}
</style>
background-color css
<style>
a { background-color: #06758E; }
a { background-color: rgb(6,117,142); }
div.DivClassName
{
background-color: #06758E;
}
.BgClassName
{
background-color: #06758E;
}
</style>
border-color css
<style>
span { border-color: #06758E; }
span { border-color: rgb(6,117,142); }
td.TdClassName
{
border-color: #06758E;
}
.TagClassName
{
border-color: #06758E;
}
</style>