Shades of Teal #07897F
Tints of Teal #07897F
RGB
CMYK
RGB Variations
Color information
#07897F (or 0x07897F) is known color: Teal. HEX triplet: 07, 89 and 7F. RGB value is (7,137,127). Sum of RGB (Red+Green+Blue) = 7+137+127=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #07897F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07897F is #F87680. Grayscale: #606060. Windows color (decimal): -16283265 or 8358151. OLE color: 8358151.
HSL color Cylindrical-coordinate representation of color #07897F: hue angle of 175.38º 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 #07897F is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 127 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.46 |
| HSL | 175.38º | 0.9% | 0.28% | - |
| HSV(B) | 175.38º | 0.95% | 0.54% | - |
| XYZ | 12.86 | 19.47 | 23.16 | - |
| YUV | 96.99 | 144.93 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 127 | 0.95 | 0 | 0.07 | 0.46 | 175.38 | 0.9 | 0.28 |
| Hex | 7 | 89 | 7F | 5F | 0 | 7 | 2E | AF | 5A | 1C |
| Octal | 7 | 211 | 177 | 137 | 0 | 7 | 56 | 257 | 132 | 34 |
| Binary | 111 | 10001001 | 1111111 | 1011111 | 0 | 111 | 101110 | 10101111 | 1011010 | 11100 |
Color Harmonies of #07897F
Complementary color
Monochromatic Colors of #07897F
Black with #07897F
Text Example
Text Example
White with #07897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07897F; }
p { color: rgb(7,137,127); }
H1.HeaderClassName
{
color: #07897F;
}
.AnyTagClassName
{
color: #07897F;
}
</style>
background-color css
<style>
a { background-color: #07897F; }
a { background-color: rgb(7,137,127); }
div.DivClassName
{
background-color: #07897F;
}
.BgClassName
{
background-color: #07897F;
}
</style>
border-color css
<style>
span { border-color: #07897F; }
span { border-color: rgb(7,137,127); }
td.TdClassName
{
border-color: #07897F;
}
.TagClassName
{
border-color: #07897F;
}
</style>