Shades of Teal #067683
Tints of Teal #067683
RGB
CMYK
RGB Variations
Color information
#067683 (or 0x067683) is known color: Teal. HEX triplet: 06, 76 and 83. RGB value is (6,118,131). Sum of RGB (Red+Green+Blue) = 6+118+131=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #067683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067683 is #F9897C. Grayscale: #555555. Windows color (decimal): -16353661 or 8615430. OLE color: 8615430.
HSL color Cylindrical-coordinate representation of color #067683: hue angle of 186.24º 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 #067683 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 118 | 131 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.49 |
| HSL | 186.24º | 0.91% | 0.27% | - |
| HSV(B) | 186.24º | 0.95% | 0.51% | - |
| XYZ | 10.65 | 14.63 | 23.74 | - |
| YUV | 85.99 | 153.39 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 118 | 131 | 0.95 | 0.10 | 0 | 0.49 | 186.24 | 0.91 | 0.27 |
| Hex | 6 | 76 | 83 | 5F | A | 0 | 31 | BA | 5B | 1B |
| Octal | 6 | 166 | 203 | 137 | 12 | 0 | 61 | 272 | 133 | 33 |
| Binary | 110 | 1110110 | 10000011 | 1011111 | 1010 | 0 | 110001 | 10111010 | 1011011 | 11011 |
Color Harmonies of #067683
Complementary color
Monochromatic Colors of #067683
Black with #067683
Text Example
Text Example
White with #067683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067683; }
p { color: rgb(6,118,131); }
H1.HeaderClassName
{
color: #067683;
}
.AnyTagClassName
{
color: #067683;
}
</style>
background-color css
<style>
a { background-color: #067683; }
a { background-color: rgb(6,118,131); }
div.DivClassName
{
background-color: #067683;
}
.BgClassName
{
background-color: #067683;
}
</style>
border-color css
<style>
span { border-color: #067683; }
span { border-color: rgb(6,118,131); }
td.TdClassName
{
border-color: #067683;
}
.TagClassName
{
border-color: #067683;
}
</style>