Shades of Teal #06747F
Tints of Teal #06747F
RGB
CMYK
RGB Variations
Color information
#06747F (or 0x06747F) is known color: Teal. HEX triplet: 06, 74 and 7F. RGB value is (6,116,127). Sum of RGB (Red+Green+Blue) = 6+116+127=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #06747F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06747F is #F98B80. Grayscale: #545454. Windows color (decimal): -16354177 or 8352774. OLE color: 8352774.
HSL color Cylindrical-coordinate representation of color #06747F: hue angle of 185.45º 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 #06747F is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 116 | 127 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.50 |
| HSL | 185.45º | 0.91% | 0.26% | - |
| HSV(B) | 185.45º | 0.95% | 0.5% | - |
| XYZ | 10.15 | 14.06 | 22.26 | - |
| YUV | 84.36 | 152.06 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 116 | 127 | 0.95 | 0.09 | 0 | 0.50 | 185.45 | 0.91 | 0.26 |
| Hex | 6 | 74 | 7F | 5F | 9 | 0 | 32 | B9 | 5B | 1A |
| Octal | 6 | 164 | 177 | 137 | 11 | 0 | 62 | 271 | 133 | 32 |
| Binary | 110 | 1110100 | 1111111 | 1011111 | 1001 | 0 | 110010 | 10111001 | 1011011 | 11010 |
Color Harmonies of #06747F
Complementary color
Monochromatic Colors of #06747F
Black with #06747F
Text Example
Text Example
White with #06747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06747F; }
p { color: rgb(6,116,127); }
H1.HeaderClassName
{
color: #06747F;
}
.AnyTagClassName
{
color: #06747F;
}
</style>
background-color css
<style>
a { background-color: #06747F; }
a { background-color: rgb(6,116,127); }
div.DivClassName
{
background-color: #06747F;
}
.BgClassName
{
background-color: #06747F;
}
</style>
border-color css
<style>
span { border-color: #06747F; }
span { border-color: rgb(6,116,127); }
td.TdClassName
{
border-color: #06747F;
}
.TagClassName
{
border-color: #06747F;
}
</style>