Shades of Teal #07788B
Tints of Teal #07788B
RGB
CMYK
RGB Variations
Color information
#07788B (or 0x07788B) is known color: Teal. HEX triplet: 07, 78 and 8B. RGB value is (7,120,139). Sum of RGB (Red+Green+Blue) = 7+120+139=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #07788B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07788B is #F88774. Grayscale: #585858. Windows color (decimal): -16287605 or 9140231. OLE color: 9140231.
HSL color Cylindrical-coordinate representation of color #07788B: hue angle of 188.64º degrees, saturation: 0.9, 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 #07788B is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 120 | 139 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.45 |
| HSL | 188.64º | 0.9% | 0.29% | - |
| HSV(B) | 188.64º | 0.95% | 0.55% | - |
| XYZ | 11.46 | 15.34 | 26.78 | - |
| YUV | 88.38 | 156.56 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 139 | 0.95 | 0.14 | 0 | 0.45 | 188.64 | 0.9 | 0.29 |
| Hex | 7 | 78 | 8B | 5F | E | 0 | 2D | BD | 5A | 1D |
| Octal | 7 | 170 | 213 | 137 | 16 | 0 | 55 | 275 | 132 | 35 |
| Binary | 111 | 1111000 | 10001011 | 1011111 | 1110 | 0 | 101101 | 10111101 | 1011010 | 11101 |
Color Harmonies of #07788B
Complementary color
Monochromatic Colors of #07788B
Black with #07788B
Text Example
Text Example
White with #07788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07788B; }
p { color: rgb(7,120,139); }
H1.HeaderClassName
{
color: #07788B;
}
.AnyTagClassName
{
color: #07788B;
}
</style>
background-color css
<style>
a { background-color: #07788B; }
a { background-color: rgb(7,120,139); }
div.DivClassName
{
background-color: #07788B;
}
.BgClassName
{
background-color: #07788B;
}
</style>
border-color css
<style>
span { border-color: #07788B; }
span { border-color: rgb(7,120,139); }
td.TdClassName
{
border-color: #07788B;
}
.TagClassName
{
border-color: #07788B;
}
</style>