Shades of Teal #07797D
Tints of Teal #07797D
RGB
CMYK
RGB Variations
Color information
#07797D (or 0x07797D) is known color: Teal. HEX triplet: 07, 79 and 7D. RGB value is (7,121,125). Sum of RGB (Red+Green+Blue) = 7+121+125=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #07797D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07797D is #F88682. Grayscale: #575757. Windows color (decimal): -16287363 or 8222983. OLE color: 8222983.
HSL color Cylindrical-coordinate representation of color #07797D: hue angle of 182.03º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07797D is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 121 | 125 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.51 |
| HSL | 182.03º | 0.89% | 0.26% | - |
| HSV(B) | 182.03º | 0.94% | 0.49% | - |
| XYZ | 10.63 | 15.2 | 21.78 | - |
| YUV | 87.37 | 149.23 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 125 | 0.94 | 0.03 | 0 | 0.51 | 182.03 | 0.89 | 0.26 |
| Hex | 7 | 79 | 7D | 5E | 3 | 0 | 33 | B6 | 59 | 1A |
| Octal | 7 | 171 | 175 | 136 | 3 | 0 | 63 | 266 | 131 | 32 |
| Binary | 111 | 1111001 | 1111101 | 1011110 | 11 | 0 | 110011 | 10110110 | 1011001 | 11010 |
Color Harmonies of #07797D
Complementary color
Monochromatic Colors of #07797D
Black with #07797D
Text Example
Text Example
White with #07797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07797D; }
p { color: rgb(7,121,125); }
H1.HeaderClassName
{
color: #07797D;
}
.AnyTagClassName
{
color: #07797D;
}
</style>
background-color css
<style>
a { background-color: #07797D; }
a { background-color: rgb(7,121,125); }
div.DivClassName
{
background-color: #07797D;
}
.BgClassName
{
background-color: #07797D;
}
</style>
border-color css
<style>
span { border-color: #07797D; }
span { border-color: rgb(7,121,125); }
td.TdClassName
{
border-color: #07797D;
}
.TagClassName
{
border-color: #07797D;
}
</style>