Shades of Teal #067682
Tints of Teal #067682
RGB
CMYK
RGB Variations
Color information
#067682 (or 0x067682) is known color: Teal. HEX triplet: 06, 76 and 82. RGB value is (6,118,130). Sum of RGB (Red+Green+Blue) = 6+118+130=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #067682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067682 is #F9897D. Grayscale: #555555. Windows color (decimal): -16353662 or 8549894. OLE color: 8549894.
HSL color Cylindrical-coordinate representation of color #067682: hue angle of 185.81º 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 #067682 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 118 | 130 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.49 |
| HSL | 185.81º | 0.91% | 0.27% | - |
| HSV(B) | 185.81º | 0.95% | 0.51% | - |
| XYZ | 10.58 | 14.61 | 23.38 | - |
| YUV | 85.88 | 152.89 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 118 | 130 | 0.95 | 0.09 | 0 | 0.49 | 185.81 | 0.91 | 0.27 |
| Hex | 6 | 76 | 82 | 5F | 9 | 0 | 31 | BA | 5B | 1B |
| Octal | 6 | 166 | 202 | 137 | 11 | 0 | 61 | 272 | 133 | 33 |
| Binary | 110 | 1110110 | 10000010 | 1011111 | 1001 | 0 | 110001 | 10111010 | 1011011 | 11011 |
Color Harmonies of #067682
Complementary color
Monochromatic Colors of #067682
Black with #067682
Text Example
Text Example
White with #067682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067682; }
p { color: rgb(6,118,130); }
H1.HeaderClassName
{
color: #067682;
}
.AnyTagClassName
{
color: #067682;
}
</style>
background-color css
<style>
a { background-color: #067682; }
a { background-color: rgb(6,118,130); }
div.DivClassName
{
background-color: #067682;
}
.BgClassName
{
background-color: #067682;
}
</style>
border-color css
<style>
span { border-color: #067682; }
span { border-color: rgb(6,118,130); }
td.TdClassName
{
border-color: #067682;
}
.TagClassName
{
border-color: #067682;
}
</style>