Shades of Teal #07887F
Tints of Teal #07887F
RGB
CMYK
RGB Variations
Color information
#07887F (or 0x07887F) is known color: Teal. HEX triplet: 07, 88 and 7F. RGB value is (7,136,127). Sum of RGB (Red+Green+Blue) = 7+136+127=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #07887F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07887F is #F87780. Grayscale: #606060. Windows color (decimal): -16283521 or 8357895. OLE color: 8357895.
HSL color Cylindrical-coordinate representation of color #07887F: hue angle of 175.81º 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 #07887F is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 127 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.47 |
| HSL | 175.81º | 0.9% | 0.28% | - |
| HSV(B) | 175.81º | 0.95% | 0.53% | - |
| XYZ | 12.72 | 19.19 | 23.11 | - |
| YUV | 96.4 | 145.26 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 127 | 0.95 | 0 | 0.07 | 0.47 | 175.81 | 0.9 | 0.28 |
| Hex | 7 | 88 | 7F | 5F | 0 | 7 | 2F | B0 | 5A | 1C |
| Octal | 7 | 210 | 177 | 137 | 0 | 7 | 57 | 260 | 132 | 34 |
| Binary | 111 | 10001000 | 1111111 | 1011111 | 0 | 111 | 101111 | 10110000 | 1011010 | 11100 |
Color Harmonies of #07887F
Complementary color
Monochromatic Colors of #07887F
Black with #07887F
Text Example
Text Example
White with #07887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07887F; }
p { color: rgb(7,136,127); }
H1.HeaderClassName
{
color: #07887F;
}
.AnyTagClassName
{
color: #07887F;
}
</style>
background-color css
<style>
a { background-color: #07887F; }
a { background-color: rgb(7,136,127); }
div.DivClassName
{
background-color: #07887F;
}
.BgClassName
{
background-color: #07887F;
}
</style>
border-color css
<style>
span { border-color: #07887F; }
span { border-color: rgb(7,136,127); }
td.TdClassName
{
border-color: #07887F;
}
.TagClassName
{
border-color: #07887F;
}
</style>