Shades of Teal #07867B
Tints of Teal #07867B
RGB
CMYK
RGB Variations
Color information
#07867B (or 0x07867B) is known color: Teal. HEX triplet: 07, 86 and 7B. RGB value is (7,134,123). Sum of RGB (Red+Green+Blue) = 7+134+123=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #07867B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07867B is #F87984. Grayscale: #5E5E5E. Windows color (decimal): -16284037 or 8095239. OLE color: 8095239.
HSL color Cylindrical-coordinate representation of color #07867B: hue angle of 174.8º 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 #07867B is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 123 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.47 |
| HSL | 174.8º | 0.9% | 0.28% | - |
| HSV(B) | 174.8º | 0.95% | 0.53% | - |
| XYZ | 12.19 | 18.53 | 21.67 | - |
| YUV | 94.77 | 143.92 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 123 | 0.95 | 0 | 0.08 | 0.47 | 174.8 | 0.9 | 0.28 |
| Hex | 7 | 86 | 7B | 5F | 0 | 8 | 2F | AF | 5A | 1C |
| Octal | 7 | 206 | 173 | 137 | 0 | 10 | 57 | 257 | 132 | 34 |
| Binary | 111 | 10000110 | 1111011 | 1011111 | 0 | 1000 | 101111 | 10101111 | 1011010 | 11100 |
Color Harmonies of #07867B
Complementary color
Monochromatic Colors of #07867B
Black with #07867B
Text Example
Text Example
White with #07867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07867B; }
p { color: rgb(7,134,123); }
H1.HeaderClassName
{
color: #07867B;
}
.AnyTagClassName
{
color: #07867B;
}
</style>
background-color css
<style>
a { background-color: #07867B; }
a { background-color: rgb(7,134,123); }
div.DivClassName
{
background-color: #07867B;
}
.BgClassName
{
background-color: #07867B;
}
</style>
border-color css
<style>
span { border-color: #07867B; }
span { border-color: rgb(7,134,123); }
td.TdClassName
{
border-color: #07867B;
}
.TagClassName
{
border-color: #07867B;
}
</style>