Shades of Teal #07897D
Tints of Teal #07897D
RGB
CMYK
RGB Variations
Color information
#07897D (or 0x07897D) is known color: Teal. HEX triplet: 07, 89 and 7D. RGB value is (7,137,125). Sum of RGB (Red+Green+Blue) = 7+137+125=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #07897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07897D is #F87682. Grayscale: #606060. Windows color (decimal): -16283267 or 8227079. OLE color: 8227079.
HSL color Cylindrical-coordinate representation of color #07897D: hue angle of 174.46º 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 #07897D is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 125 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.46 |
| HSL | 174.46º | 0.9% | 0.28% | - |
| HSV(B) | 174.46º | 0.95% | 0.54% | - |
| XYZ | 12.73 | 19.42 | 22.48 | - |
| YUV | 96.76 | 143.93 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 125 | 0.95 | 0 | 0.09 | 0.46 | 174.46 | 0.9 | 0.28 |
| Hex | 7 | 89 | 7D | 5F | 0 | 9 | 2E | AE | 5A | 1C |
| Octal | 7 | 211 | 175 | 137 | 0 | 11 | 56 | 256 | 132 | 34 |
| Binary | 111 | 10001001 | 1111101 | 1011111 | 0 | 1001 | 101110 | 10101110 | 1011010 | 11100 |
Color Harmonies of #07897D
Complementary color
Monochromatic Colors of #07897D
Black with #07897D
Text Example
Text Example
White with #07897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07897D; }
p { color: rgb(7,137,125); }
H1.HeaderClassName
{
color: #07897D;
}
.AnyTagClassName
{
color: #07897D;
}
</style>
background-color css
<style>
a { background-color: #07897D; }
a { background-color: rgb(7,137,125); }
div.DivClassName
{
background-color: #07897D;
}
.BgClassName
{
background-color: #07897D;
}
</style>
border-color css
<style>
span { border-color: #07897D; }
span { border-color: rgb(7,137,125); }
td.TdClassName
{
border-color: #07897D;
}
.TagClassName
{
border-color: #07897D;
}
</style>