Shades of Teal #067A7D
Tints of Teal #067A7D
RGB
CMYK
RGB Variations
Color information
#067A7D (or 0x067A7D) is known color: Teal. HEX triplet: 06, 7A and 7D. RGB value is (6,122,125). Sum of RGB (Red+Green+Blue) = 6+122+125=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #067A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067A7D is #F98582. Grayscale: #575757. Windows color (decimal): -16352643 or 8223238. OLE color: 8223238.
HSL color Cylindrical-coordinate representation of color #067A7D: hue angle of 181.51º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067A7D is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 122 | 125 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.51 |
| HSL | 181.51º | 0.91% | 0.26% | - |
| HSV(B) | 181.51º | 0.95% | 0.49% | - |
| XYZ | 10.74 | 15.44 | 21.82 | - |
| YUV | 87.66 | 149.07 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 125 | 0.95 | 0.02 | 0 | 0.51 | 181.51 | 0.91 | 0.26 |
| Hex | 6 | 7A | 7D | 5F | 2 | 0 | 33 | B6 | 5B | 1A |
| Octal | 6 | 172 | 175 | 137 | 2 | 0 | 63 | 266 | 133 | 32 |
| Binary | 110 | 1111010 | 1111101 | 1011111 | 10 | 0 | 110011 | 10110110 | 1011011 | 11010 |
Color Harmonies of #067A7D
Complementary color
Monochromatic Colors of #067A7D
Black with #067A7D
Text Example
Text Example
White with #067A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067A7D; }
p { color: rgb(6,122,125); }
H1.HeaderClassName
{
color: #067A7D;
}
.AnyTagClassName
{
color: #067A7D;
}
</style>
background-color css
<style>
a { background-color: #067A7D; }
a { background-color: rgb(6,122,125); }
div.DivClassName
{
background-color: #067A7D;
}
.BgClassName
{
background-color: #067A7D;
}
</style>
border-color css
<style>
span { border-color: #067A7D; }
span { border-color: rgb(6,122,125); }
td.TdClassName
{
border-color: #067A7D;
}
.TagClassName
{
border-color: #067A7D;
}
</style>