Shades of Teal #06788B
Tints of Teal #06788B
RGB
CMYK
RGB Variations
Color information
#06788B (or 0x06788B) is known color: Teal. HEX triplet: 06, 78 and 8B. RGB value is (6,120,139). Sum of RGB (Red+Green+Blue) = 6+120+139=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #06788B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06788B is #F98774. Grayscale: #575757. Windows color (decimal): -16353141 or 9140230. OLE color: 9140230.
HSL color Cylindrical-coordinate representation of color #06788B: hue angle of 188.57º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06788B is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 120 | 139 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.45 |
| HSL | 188.57º | 0.92% | 0.28% | - |
| HSV(B) | 188.57º | 0.96% | 0.55% | - |
| XYZ | 11.45 | 15.34 | 26.78 | - |
| YUV | 88.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 139 | 0.96 | 0.14 | 0 | 0.45 | 188.57 | 0.92 | 0.28 |
| Hex | 6 | 78 | 8B | 60 | E | 0 | 2D | BD | 5C | 1C |
| Octal | 6 | 170 | 213 | 140 | 16 | 0 | 55 | 275 | 134 | 34 |
| Binary | 110 | 1111000 | 10001011 | 1100000 | 1110 | 0 | 101101 | 10111101 | 1011100 | 11100 |
Color Harmonies of #06788B
Complementary color
Monochromatic Colors of #06788B
Black with #06788B
Text Example
Text Example
White with #06788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06788B; }
p { color: rgb(6,120,139); }
H1.HeaderClassName
{
color: #06788B;
}
.AnyTagClassName
{
color: #06788B;
}
</style>
background-color css
<style>
a { background-color: #06788B; }
a { background-color: rgb(6,120,139); }
div.DivClassName
{
background-color: #06788B;
}
.BgClassName
{
background-color: #06788B;
}
</style>
border-color css
<style>
span { border-color: #06788B; }
span { border-color: rgb(6,120,139); }
td.TdClassName
{
border-color: #06788B;
}
.TagClassName
{
border-color: #06788B;
}
</style>