Shades of Teal #06788D
Tints of Teal #06788D
RGB
CMYK
RGB Variations
Color information
#06788D (or 0x06788D) is known color: Teal. HEX triplet: 06, 78 and 8D. RGB value is (6,120,141). Sum of RGB (Red+Green+Blue) = 6+120+141=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #06788D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06788D is #F98772. Grayscale: #585858. Windows color (decimal): -16353139 or 9271302. OLE color: 9271302.
HSL color Cylindrical-coordinate representation of color #06788D: hue angle of 189.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06788D is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 120 | 141 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.45 |
| HSL | 189.33º | 0.92% | 0.29% | - |
| HSV(B) | 189.33º | 0.96% | 0.55% | - |
| XYZ | 11.6 | 15.39 | 27.56 | - |
| YUV | 88.31 | 157.73 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 141 | 0.96 | 0.15 | 0 | 0.45 | 189.33 | 0.92 | 0.29 |
| Hex | 6 | 78 | 8D | 60 | F | 0 | 2D | BD | 5C | 1D |
| Octal | 6 | 170 | 215 | 140 | 17 | 0 | 55 | 275 | 134 | 35 |
| Binary | 110 | 1111000 | 10001101 | 1100000 | 1111 | 0 | 101101 | 10111101 | 1011100 | 11101 |
Color Harmonies of #06788D
Complementary color
Monochromatic Colors of #06788D
Black with #06788D
Text Example
Text Example
White with #06788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06788D; }
p { color: rgb(6,120,141); }
H1.HeaderClassName
{
color: #06788D;
}
.AnyTagClassName
{
color: #06788D;
}
</style>
background-color css
<style>
a { background-color: #06788D; }
a { background-color: rgb(6,120,141); }
div.DivClassName
{
background-color: #06788D;
}
.BgClassName
{
background-color: #06788D;
}
</style>
border-color css
<style>
span { border-color: #06788D; }
span { border-color: rgb(6,120,141); }
td.TdClassName
{
border-color: #06788D;
}
.TagClassName
{
border-color: #06788D;
}
</style>