Shades of Teal #067486
Tints of Teal #067486
RGB
CMYK
RGB Variations
Color information
#067486 (or 0x067486) is known color: Teal. HEX triplet: 06, 74 and 86. RGB value is (6,116,134). Sum of RGB (Red+Green+Blue) = 6+116+134=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #067486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067486 is #F98B79. Grayscale: #545454. Windows color (decimal): -16354170 or 8811526. OLE color: 8811526.
HSL color Cylindrical-coordinate representation of color #067486: hue angle of 188.44º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067486 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 116 | 134 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.47 |
| HSL | 188.44º | 0.91% | 0.27% | - |
| HSV(B) | 188.44º | 0.96% | 0.53% | - |
| XYZ | 10.62 | 14.25 | 24.75 | - |
| YUV | 85.16 | 155.56 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 116 | 134 | 0.96 | 0.13 | 0 | 0.47 | 188.44 | 0.91 | 0.27 |
| Hex | 6 | 74 | 86 | 60 | D | 0 | 2F | BC | 5B | 1B |
| Octal | 6 | 164 | 206 | 140 | 15 | 0 | 57 | 274 | 133 | 33 |
| Binary | 110 | 1110100 | 10000110 | 1100000 | 1101 | 0 | 101111 | 10111100 | 1011011 | 11011 |
Color Harmonies of #067486
Complementary color
Monochromatic Colors of #067486
Black with #067486
Text Example
Text Example
White with #067486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067486; }
p { color: rgb(6,116,134); }
H1.HeaderClassName
{
color: #067486;
}
.AnyTagClassName
{
color: #067486;
}
</style>
background-color css
<style>
a { background-color: #067486; }
a { background-color: rgb(6,116,134); }
div.DivClassName
{
background-color: #067486;
}
.BgClassName
{
background-color: #067486;
}
</style>
border-color css
<style>
span { border-color: #067486; }
span { border-color: rgb(6,116,134); }
td.TdClassName
{
border-color: #067486;
}
.TagClassName
{
border-color: #067486;
}
</style>