Shades of Teal #07798D
Tints of Teal #07798D
RGB
CMYK
RGB Variations
Color information
#07798D (or 0x07798D) is known color: Teal. HEX triplet: 07, 79 and 8D. RGB value is (7,121,141). Sum of RGB (Red+Green+Blue) = 7+121+141=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #07798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07798D is #F88672. Grayscale: #595959. Windows color (decimal): -16287347 or 9271559. OLE color: 9271559.
HSL color Cylindrical-coordinate representation of color #07798D: hue angle of 188.96º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07798D is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 121 | 141 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.45 |
| HSL | 188.96º | 0.91% | 0.29% | - |
| HSV(B) | 188.96º | 0.95% | 0.55% | - |
| XYZ | 11.73 | 15.64 | 27.6 | - |
| YUV | 89.19 | 157.23 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 141 | 0.95 | 0.14 | 0 | 0.45 | 188.96 | 0.91 | 0.29 |
| Hex | 7 | 79 | 8D | 5F | E | 0 | 2D | BD | 5B | 1D |
| Octal | 7 | 171 | 215 | 137 | 16 | 0 | 55 | 275 | 133 | 35 |
| Binary | 111 | 1111001 | 10001101 | 1011111 | 1110 | 0 | 101101 | 10111101 | 1011011 | 11101 |
Color Harmonies of #07798D
Complementary color
Monochromatic Colors of #07798D
Black with #07798D
Text Example
Text Example
White with #07798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07798D; }
p { color: rgb(7,121,141); }
H1.HeaderClassName
{
color: #07798D;
}
.AnyTagClassName
{
color: #07798D;
}
</style>
background-color css
<style>
a { background-color: #07798D; }
a { background-color: rgb(7,121,141); }
div.DivClassName
{
background-color: #07798D;
}
.BgClassName
{
background-color: #07798D;
}
</style>
border-color css
<style>
span { border-color: #07798D; }
span { border-color: rgb(7,121,141); }
td.TdClassName
{
border-color: #07798D;
}
.TagClassName
{
border-color: #07798D;
}
</style>