Shades of Teal #06777F
Tints of Teal #06777F
RGB
CMYK
RGB Variations
Color information
#06777F (or 0x06777F) is known color: Teal. HEX triplet: 06, 77 and 7F. RGB value is (6,119,127). Sum of RGB (Red+Green+Blue) = 6+119+127=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #06777F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06777F is #F98880. Grayscale: #555555. Windows color (decimal): -16353409 or 8353542. OLE color: 8353542.
HSL color Cylindrical-coordinate representation of color #06777F: hue angle of 183.97º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06777F is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 119 | 127 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.50 |
| HSL | 183.97º | 0.91% | 0.26% | - |
| HSV(B) | 183.97º | 0.95% | 0.5% | - |
| XYZ | 10.5 | 14.76 | 22.37 | - |
| YUV | 86.13 | 151.06 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 127 | 0.95 | 0.06 | 0 | 0.50 | 183.97 | 0.91 | 0.26 |
| Hex | 6 | 77 | 7F | 5F | 6 | 0 | 32 | B8 | 5B | 1A |
| Octal | 6 | 167 | 177 | 137 | 6 | 0 | 62 | 270 | 133 | 32 |
| Binary | 110 | 1110111 | 1111111 | 1011111 | 110 | 0 | 110010 | 10111000 | 1011011 | 11010 |
Color Harmonies of #06777F
Complementary color
Monochromatic Colors of #06777F
Black with #06777F
Text Example
Text Example
White with #06777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06777F; }
p { color: rgb(6,119,127); }
H1.HeaderClassName
{
color: #06777F;
}
.AnyTagClassName
{
color: #06777F;
}
</style>
background-color css
<style>
a { background-color: #06777F; }
a { background-color: rgb(6,119,127); }
div.DivClassName
{
background-color: #06777F;
}
.BgClassName
{
background-color: #06777F;
}
</style>
border-color css
<style>
span { border-color: #06777F; }
span { border-color: rgb(6,119,127); }
td.TdClassName
{
border-color: #06777F;
}
.TagClassName
{
border-color: #06777F;
}
</style>