Shades of Teal #067982
Tints of Teal #067982
RGB
CMYK
RGB Variations
Color information
#067982 (or 0x067982) is known color: Teal. HEX triplet: 06, 79 and 82. RGB value is (6,121,130). Sum of RGB (Red+Green+Blue) = 6+121+130=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #067982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067982 is #F9867D. Grayscale: #575757. Windows color (decimal): -16352894 or 8550662. OLE color: 8550662.
HSL color Cylindrical-coordinate representation of color #067982: hue angle of 184.35º 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 #067982 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 121 | 130 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.49 |
| HSL | 184.35º | 0.91% | 0.27% | - |
| HSV(B) | 184.35º | 0.95% | 0.51% | - |
| XYZ | 10.94 | 15.33 | 23.5 | - |
| YUV | 87.64 | 151.9 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 121 | 130 | 0.95 | 0.07 | 0 | 0.49 | 184.35 | 0.91 | 0.27 |
| Hex | 6 | 79 | 82 | 5F | 7 | 0 | 31 | B8 | 5B | 1B |
| Octal | 6 | 171 | 202 | 137 | 7 | 0 | 61 | 270 | 133 | 33 |
| Binary | 110 | 1111001 | 10000010 | 1011111 | 111 | 0 | 110001 | 10111000 | 1011011 | 11011 |
Color Harmonies of #067982
Complementary color
Monochromatic Colors of #067982
Black with #067982
Text Example
Text Example
White with #067982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067982; }
p { color: rgb(6,121,130); }
H1.HeaderClassName
{
color: #067982;
}
.AnyTagClassName
{
color: #067982;
}
</style>
background-color css
<style>
a { background-color: #067982; }
a { background-color: rgb(6,121,130); }
div.DivClassName
{
background-color: #067982;
}
.BgClassName
{
background-color: #067982;
}
</style>
border-color css
<style>
span { border-color: #067982; }
span { border-color: rgb(6,121,130); }
td.TdClassName
{
border-color: #067982;
}
.TagClassName
{
border-color: #067982;
}
</style>