Shades of Teal #067F82
Tints of Teal #067F82
RGB
CMYK
RGB Variations
Color information
#067F82 (or 0x067F82) is known color: Teal. HEX triplet: 06, 7F and 82. RGB value is (6,127,130). Sum of RGB (Red+Green+Blue) = 6+127+130=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #067F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F82 is #F9807D. Grayscale: #5B5B5B. Windows color (decimal): -16351358 or 8552198. OLE color: 8552198.
HSL color Cylindrical-coordinate representation of color #067F82: hue angle of 181.45º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067F82 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 127 | 130 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.49 |
| HSL | 181.45º | 0.91% | 0.27% | - |
| HSV(B) | 181.45º | 0.95% | 0.51% | - |
| XYZ | 11.69 | 16.83 | 23.75 | - |
| YUV | 91.16 | 149.91 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 127 | 130 | 0.95 | 0.02 | 0 | 0.49 | 181.45 | 0.91 | 0.27 |
| Hex | 6 | 7F | 82 | 5F | 2 | 0 | 31 | B5 | 5B | 1B |
| Octal | 6 | 177 | 202 | 137 | 2 | 0 | 61 | 265 | 133 | 33 |
| Binary | 110 | 1111111 | 10000010 | 1011111 | 10 | 0 | 110001 | 10110101 | 1011011 | 11011 |
Color Harmonies of #067F82
Complementary color
Monochromatic Colors of #067F82
Black with #067F82
Text Example
Text Example
White with #067F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067F82; }
p { color: rgb(6,127,130); }
H1.HeaderClassName
{
color: #067F82;
}
.AnyTagClassName
{
color: #067F82;
}
</style>
background-color css
<style>
a { background-color: #067F82; }
a { background-color: rgb(6,127,130); }
div.DivClassName
{
background-color: #067F82;
}
.BgClassName
{
background-color: #067F82;
}
</style>
border-color css
<style>
span { border-color: #067F82; }
span { border-color: rgb(6,127,130); }
td.TdClassName
{
border-color: #067F82;
}
.TagClassName
{
border-color: #067F82;
}
</style>