Shades of Teal #07857B
Tints of Teal #07857B
RGB
CMYK
RGB Variations
Color information
#07857B (or 0x07857B) is known color: Teal. HEX triplet: 07, 85 and 7B. RGB value is (7,133,123). Sum of RGB (Red+Green+Blue) = 7+133+123=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #07857B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07857B is #F87A84. Grayscale: #5E5E5E. Windows color (decimal): -16284293 or 8094983. OLE color: 8094983.
HSL color Cylindrical-coordinate representation of color #07857B: hue angle of 175.24º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07857B is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 123 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.48 |
| HSL | 175.24º | 0.9% | 0.27% | - |
| HSV(B) | 175.24º | 0.95% | 0.52% | - |
| XYZ | 12.05 | 18.25 | 21.63 | - |
| YUV | 94.19 | 144.26 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 123 | 0.95 | 0 | 0.08 | 0.48 | 175.24 | 0.9 | 0.27 |
| Hex | 7 | 85 | 7B | 5F | 0 | 8 | 30 | AF | 5A | 1B |
| Octal | 7 | 205 | 173 | 137 | 0 | 10 | 60 | 257 | 132 | 33 |
| Binary | 111 | 10000101 | 1111011 | 1011111 | 0 | 1000 | 110000 | 10101111 | 1011010 | 11011 |
Color Harmonies of #07857B
Complementary color
Monochromatic Colors of #07857B
Black with #07857B
Text Example
Text Example
White with #07857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07857B; }
p { color: rgb(7,133,123); }
H1.HeaderClassName
{
color: #07857B;
}
.AnyTagClassName
{
color: #07857B;
}
</style>
background-color css
<style>
a { background-color: #07857B; }
a { background-color: rgb(7,133,123); }
div.DivClassName
{
background-color: #07857B;
}
.BgClassName
{
background-color: #07857B;
}
</style>
border-color css
<style>
span { border-color: #07857B; }
span { border-color: rgb(7,133,123); }
td.TdClassName
{
border-color: #07857B;
}
.TagClassName
{
border-color: #07857B;
}
</style>