Shades of Teal #07887D
Tints of Teal #07887D
RGB
CMYK
RGB Variations
Color information
#07887D (or 0x07887D) is known color: Teal. HEX triplet: 07, 88 and 7D. RGB value is (7,136,125). Sum of RGB (Red+Green+Blue) = 7+136+125=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #07887D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07887D is #F87782. Grayscale: #606060. Windows color (decimal): -16283523 or 8226823. OLE color: 8226823.
HSL color Cylindrical-coordinate representation of color #07887D: hue angle of 174.88º 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 #07887D is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 125 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.47 |
| HSL | 174.88º | 0.9% | 0.28% | - |
| HSV(B) | 174.88º | 0.95% | 0.53% | - |
| XYZ | 12.59 | 19.13 | 22.43 | - |
| YUV | 96.18 | 144.26 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 125 | 0.95 | 0 | 0.08 | 0.47 | 174.88 | 0.9 | 0.28 |
| Hex | 7 | 88 | 7D | 5F | 0 | 8 | 2F | AF | 5A | 1C |
| Octal | 7 | 210 | 175 | 137 | 0 | 10 | 57 | 257 | 132 | 34 |
| Binary | 111 | 10001000 | 1111101 | 1011111 | 0 | 1000 | 101111 | 10101111 | 1011010 | 11100 |
Color Harmonies of #07887D
Complementary color
Monochromatic Colors of #07887D
Black with #07887D
Text Example
Text Example
White with #07887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07887D; }
p { color: rgb(7,136,125); }
H1.HeaderClassName
{
color: #07887D;
}
.AnyTagClassName
{
color: #07887D;
}
</style>
background-color css
<style>
a { background-color: #07887D; }
a { background-color: rgb(7,136,125); }
div.DivClassName
{
background-color: #07887D;
}
.BgClassName
{
background-color: #07887D;
}
</style>
border-color css
<style>
span { border-color: #07887D; }
span { border-color: rgb(7,136,125); }
td.TdClassName
{
border-color: #07887D;
}
.TagClassName
{
border-color: #07887D;
}
</style>