Shades of Teal #067085
Tints of Teal #067085
RGB
CMYK
RGB Variations
Color information
#067085 (or 0x067085) is known color: Teal. HEX triplet: 06, 70 and 85. RGB value is (6,112,133). Sum of RGB (Red+Green+Blue) = 6+112+133=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #067085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067085 is #F98F7A. Grayscale: #525252. Windows color (decimal): -16355195 or 8744966. OLE color: 8744966.
HSL color Cylindrical-coordinate representation of color #067085: hue angle of 189.92º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067085 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 112 | 133 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.48 |
| HSL | 189.92º | 0.91% | 0.27% | - |
| HSV(B) | 189.92º | 0.95% | 0.52% | - |
| XYZ | 10.1 | 13.32 | 24.23 | - |
| YUV | 82.7 | 156.38 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 133 | 0.95 | 0.16 | 0 | 0.48 | 189.92 | 0.91 | 0.27 |
| Hex | 6 | 70 | 85 | 5F | 10 | 0 | 30 | BE | 5B | 1B |
| Octal | 6 | 160 | 205 | 137 | 20 | 0 | 60 | 276 | 133 | 33 |
| Binary | 110 | 1110000 | 10000101 | 1011111 | 10000 | 0 | 110000 | 10111110 | 1011011 | 11011 |
Color Harmonies of #067085
Complementary color
Monochromatic Colors of #067085
Black with #067085
Text Example
Text Example
White with #067085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067085; }
p { color: rgb(6,112,133); }
H1.HeaderClassName
{
color: #067085;
}
.AnyTagClassName
{
color: #067085;
}
</style>
background-color css
<style>
a { background-color: #067085; }
a { background-color: rgb(6,112,133); }
div.DivClassName
{
background-color: #067085;
}
.BgClassName
{
background-color: #067085;
}
</style>
border-color css
<style>
span { border-color: #067085; }
span { border-color: rgb(6,112,133); }
td.TdClassName
{
border-color: #067085;
}
.TagClassName
{
border-color: #067085;
}
</style>