Shades of Teal #07897E
Tints of Teal #07897E
RGB
CMYK
RGB Variations
Color information
#07897E (or 0x07897E) is known color: Teal. HEX triplet: 07, 89 and 7E. RGB value is (7,137,126). Sum of RGB (Red+Green+Blue) = 7+137+126=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #07897E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07897E is #F87681. Grayscale: #606060. Windows color (decimal): -16283266 or 8292615. OLE color: 8292615.
HSL color Cylindrical-coordinate representation of color #07897E: hue angle of 174.92º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07897E is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 126 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.46 |
| HSL | 174.92º | 0.9% | 0.28% | - |
| HSV(B) | 174.92º | 0.95% | 0.54% | - |
| XYZ | 12.8 | 19.44 | 22.82 | - |
| YUV | 96.88 | 144.43 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 126 | 0.95 | 0 | 0.08 | 0.46 | 174.92 | 0.9 | 0.28 |
| Hex | 7 | 89 | 7E | 5F | 0 | 8 | 2E | AF | 5A | 1C |
| Octal | 7 | 211 | 176 | 137 | 0 | 10 | 56 | 257 | 132 | 34 |
| Binary | 111 | 10001001 | 1111110 | 1011111 | 0 | 1000 | 101110 | 10101111 | 1011010 | 11100 |
Color Harmonies of #07897E
Complementary color
Monochromatic Colors of #07897E
Black with #07897E
Text Example
Text Example
White with #07897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07897E; }
p { color: rgb(7,137,126); }
H1.HeaderClassName
{
color: #07897E;
}
.AnyTagClassName
{
color: #07897E;
}
</style>
background-color css
<style>
a { background-color: #07897E; }
a { background-color: rgb(7,137,126); }
div.DivClassName
{
background-color: #07897E;
}
.BgClassName
{
background-color: #07897E;
}
</style>
border-color css
<style>
span { border-color: #07897E; }
span { border-color: rgb(7,137,126); }
td.TdClassName
{
border-color: #07897E;
}
.TagClassName
{
border-color: #07897E;
}
</style>