Shades of Teal #067185
Tints of Teal #067185
RGB
CMYK
RGB Variations
Color information
#067185 (or 0x067185) is known color: Teal. HEX triplet: 06, 71 and 85. RGB value is (6,113,133). Sum of RGB (Red+Green+Blue) = 6+113+133=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #067185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067185 is #F98E7A. Grayscale: #535353. Windows color (decimal): -16354939 or 8745222. OLE color: 8745222.
HSL color Cylindrical-coordinate representation of color #067185: hue angle of 189.45º 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 #067185 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 113 | 133 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.48 |
| HSL | 189.45º | 0.91% | 0.27% | - |
| HSV(B) | 189.45º | 0.95% | 0.52% | - |
| XYZ | 10.21 | 13.54 | 24.27 | - |
| YUV | 83.29 | 156.05 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 133 | 0.95 | 0.15 | 0 | 0.48 | 189.45 | 0.91 | 0.27 |
| Hex | 6 | 71 | 85 | 5F | F | 0 | 30 | BD | 5B | 1B |
| Octal | 6 | 161 | 205 | 137 | 17 | 0 | 60 | 275 | 133 | 33 |
| Binary | 110 | 1110001 | 10000101 | 1011111 | 1111 | 0 | 110000 | 10111101 | 1011011 | 11011 |
Color Harmonies of #067185
Complementary color
Monochromatic Colors of #067185
Black with #067185
Text Example
Text Example
White with #067185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067185; }
p { color: rgb(6,113,133); }
H1.HeaderClassName
{
color: #067185;
}
.AnyTagClassName
{
color: #067185;
}
</style>
background-color css
<style>
a { background-color: #067185; }
a { background-color: rgb(6,113,133); }
div.DivClassName
{
background-color: #067185;
}
.BgClassName
{
background-color: #067185;
}
</style>
border-color css
<style>
span { border-color: #067185; }
span { border-color: rgb(6,113,133); }
td.TdClassName
{
border-color: #067185;
}
.TagClassName
{
border-color: #067185;
}
</style>