Shades of Teal #077D8A
Tints of Teal #077D8A
RGB
CMYK
RGB Variations
Color information
#077D8A (or 0x077D8A) is known color: Teal. HEX triplet: 07, 7D and 8A. RGB value is (7,125,138). Sum of RGB (Red+Green+Blue) = 7+125+138=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #077D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077D8A is #F88275. Grayscale: #5B5B5B. Windows color (decimal): -16286326 or 9075975. OLE color: 9075975.
HSL color Cylindrical-coordinate representation of color #077D8A: hue angle of 185.95º 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 #077D8A is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 125 | 138 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.46 |
| HSL | 185.95º | 0.9% | 0.28% | - |
| HSV(B) | 185.95º | 0.95% | 0.54% | - |
| XYZ | 12.01 | 16.55 | 26.61 | - |
| YUV | 91.2 | 154.41 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 138 | 0.95 | 0.09 | 0 | 0.46 | 185.95 | 0.9 | 0.28 |
| Hex | 7 | 7D | 8A | 5F | 9 | 0 | 2E | BA | 5A | 1C |
| Octal | 7 | 175 | 212 | 137 | 11 | 0 | 56 | 272 | 132 | 34 |
| Binary | 111 | 1111101 | 10001010 | 1011111 | 1001 | 0 | 101110 | 10111010 | 1011010 | 11100 |
Color Harmonies of #077D8A
Complementary color
Monochromatic Colors of #077D8A
Black with #077D8A
Text Example
Text Example
White with #077D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077D8A; }
p { color: rgb(7,125,138); }
H1.HeaderClassName
{
color: #077D8A;
}
.AnyTagClassName
{
color: #077D8A;
}
</style>
background-color css
<style>
a { background-color: #077D8A; }
a { background-color: rgb(7,125,138); }
div.DivClassName
{
background-color: #077D8A;
}
.BgClassName
{
background-color: #077D8A;
}
</style>
border-color css
<style>
span { border-color: #077D8A; }
span { border-color: rgb(7,125,138); }
td.TdClassName
{
border-color: #077D8A;
}
.TagClassName
{
border-color: #077D8A;
}
</style>