Shades of Teal #067B7E
Tints of Teal #067B7E
RGB
CMYK
RGB Variations
Color information
#067B7E (or 0x067B7E) is known color: Teal. HEX triplet: 06, 7B and 7E. RGB value is (6,123,126). Sum of RGB (Red+Green+Blue) = 6+123+126=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #067B7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B7E is #F98481. Grayscale: #585858. Windows color (decimal): -16352386 or 8289030. OLE color: 8289030.
HSL color Cylindrical-coordinate representation of color #067B7E: hue angle of 181.5º 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 #067B7E is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 123 | 126 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.51 |
| HSL | 181.5º | 0.91% | 0.26% | - |
| HSV(B) | 181.5º | 0.95% | 0.49% | - |
| XYZ | 10.92 | 15.71 | 22.2 | - |
| YUV | 88.36 | 149.24 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 126 | 0.95 | 0.02 | 0 | 0.51 | 181.5 | 0.91 | 0.26 |
| Hex | 6 | 7B | 7E | 5F | 2 | 0 | 33 | B6 | 5B | 1A |
| Octal | 6 | 173 | 176 | 137 | 2 | 0 | 63 | 266 | 133 | 32 |
| Binary | 110 | 1111011 | 1111110 | 1011111 | 10 | 0 | 110011 | 10110110 | 1011011 | 11010 |
Color Harmonies of #067B7E
Complementary color
Monochromatic Colors of #067B7E
Black with #067B7E
Text Example
Text Example
White with #067B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067B7E; }
p { color: rgb(6,123,126); }
H1.HeaderClassName
{
color: #067B7E;
}
.AnyTagClassName
{
color: #067B7E;
}
</style>
background-color css
<style>
a { background-color: #067B7E; }
a { background-color: rgb(6,123,126); }
div.DivClassName
{
background-color: #067B7E;
}
.BgClassName
{
background-color: #067B7E;
}
</style>
border-color css
<style>
span { border-color: #067B7E; }
span { border-color: rgb(6,123,126); }
td.TdClassName
{
border-color: #067B7E;
}
.TagClassName
{
border-color: #067B7E;
}
</style>