Shades of Teal #07867A
Tints of Teal #07867A
RGB
CMYK
RGB Variations
Color information
#07867A (or 0x07867A) is known color: Teal. HEX triplet: 07, 86 and 7A. RGB value is (7,134,122). Sum of RGB (Red+Green+Blue) = 7+134+122=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #07867A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07867A is #F87985. Grayscale: #5E5E5E. Windows color (decimal): -16284038 or 8029703. OLE color: 8029703.
HSL color Cylindrical-coordinate representation of color #07867A: hue angle of 174.33º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07867A is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 122 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.47 |
| HSL | 174.33º | 0.9% | 0.28% | - |
| HSV(B) | 174.33º | 0.95% | 0.53% | - |
| XYZ | 12.13 | 18.5 | 21.34 | - |
| YUV | 94.66 | 143.42 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 122 | 0.95 | 0 | 0.09 | 0.47 | 174.33 | 0.9 | 0.28 |
| Hex | 7 | 86 | 7A | 5F | 0 | 9 | 2F | AE | 5A | 1C |
| Octal | 7 | 206 | 172 | 137 | 0 | 11 | 57 | 256 | 132 | 34 |
| Binary | 111 | 10000110 | 1111010 | 1011111 | 0 | 1001 | 101111 | 10101110 | 1011010 | 11100 |
Color Harmonies of #07867A
Complementary color
Monochromatic Colors of #07867A
Black with #07867A
Text Example
Text Example
White with #07867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07867A; }
p { color: rgb(7,134,122); }
H1.HeaderClassName
{
color: #07867A;
}
.AnyTagClassName
{
color: #07867A;
}
</style>
background-color css
<style>
a { background-color: #07867A; }
a { background-color: rgb(7,134,122); }
div.DivClassName
{
background-color: #07867A;
}
.BgClassName
{
background-color: #07867A;
}
</style>
border-color css
<style>
span { border-color: #07867A; }
span { border-color: rgb(7,134,122); }
td.TdClassName
{
border-color: #07867A;
}
.TagClassName
{
border-color: #07867A;
}
</style>