Shades of Teal #07887B
Tints of Teal #07887B
RGB
CMYK
RGB Variations
Color information
#07887B (or 0x07887B) is known color: Teal. HEX triplet: 07, 88 and 7B. RGB value is (7,136,123). Sum of RGB (Red+Green+Blue) = 7+136+123=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #07887B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07887B is #F87784. Grayscale: #5F5F5F. Windows color (decimal): -16283525 or 8095751. OLE color: 8095751.
HSL color Cylindrical-coordinate representation of color #07887B: hue angle of 173.95º 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 #07887B is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 123 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.47 |
| HSL | 173.95º | 0.9% | 0.28% | - |
| HSV(B) | 173.95º | 0.95% | 0.53% | - |
| XYZ | 12.47 | 19.08 | 21.77 | - |
| YUV | 95.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 123 | 0.95 | 0 | 0.10 | 0.47 | 173.95 | 0.9 | 0.28 |
| Hex | 7 | 88 | 7B | 5F | 0 | A | 2F | AE | 5A | 1C |
| Octal | 7 | 210 | 173 | 137 | 0 | 12 | 57 | 256 | 132 | 34 |
| Binary | 111 | 10001000 | 1111011 | 1011111 | 0 | 1010 | 101111 | 10101110 | 1011010 | 11100 |
Color Harmonies of #07887B
Complementary color
Monochromatic Colors of #07887B
Black with #07887B
Text Example
Text Example
White with #07887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07887B; }
p { color: rgb(7,136,123); }
H1.HeaderClassName
{
color: #07887B;
}
.AnyTagClassName
{
color: #07887B;
}
</style>
background-color css
<style>
a { background-color: #07887B; }
a { background-color: rgb(7,136,123); }
div.DivClassName
{
background-color: #07887B;
}
.BgClassName
{
background-color: #07887B;
}
</style>
border-color css
<style>
span { border-color: #07887B; }
span { border-color: rgb(7,136,123); }
td.TdClassName
{
border-color: #07887B;
}
.TagClassName
{
border-color: #07887B;
}
</style>