Shades of Teal #067F8A
Tints of Teal #067F8A
RGB
CMYK
RGB Variations
Color information
#067F8A (or 0x067F8A) is known color: Teal. HEX triplet: 06, 7F and 8A. RGB value is (6,127,138). Sum of RGB (Red+Green+Blue) = 6+127+138=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #067F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F8A is #F98075. Grayscale: #5B5B5B. Windows color (decimal): -16351350 or 9076486. OLE color: 9076486.
HSL color Cylindrical-coordinate representation of color #067F8A: hue angle of 185º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067F8A is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 127 | 138 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.46 |
| HSL | 185º | 0.92% | 0.28% | - |
| HSV(B) | 185º | 0.96% | 0.54% | - |
| XYZ | 12.25 | 17.05 | 26.69 | - |
| YUV | 92.08 | 153.91 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 127 | 138 | 0.96 | 0.08 | 0 | 0.46 | 185 | 0.92 | 0.28 |
| Hex | 6 | 7F | 8A | 60 | 8 | 0 | 2E | B9 | 5C | 1C |
| Octal | 6 | 177 | 212 | 140 | 10 | 0 | 56 | 271 | 134 | 34 |
| Binary | 110 | 1111111 | 10001010 | 1100000 | 1000 | 0 | 101110 | 10111001 | 1011100 | 11100 |
Color Harmonies of #067F8A
Complementary color
Monochromatic Colors of #067F8A
Black with #067F8A
Text Example
Text Example
White with #067F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067F8A; }
p { color: rgb(6,127,138); }
H1.HeaderClassName
{
color: #067F8A;
}
.AnyTagClassName
{
color: #067F8A;
}
</style>
background-color css
<style>
a { background-color: #067F8A; }
a { background-color: rgb(6,127,138); }
div.DivClassName
{
background-color: #067F8A;
}
.BgClassName
{
background-color: #067F8A;
}
</style>
border-color css
<style>
span { border-color: #067F8A; }
span { border-color: rgb(6,127,138); }
td.TdClassName
{
border-color: #067F8A;
}
.TagClassName
{
border-color: #067F8A;
}
</style>