Shades of Teal #077B8A
Tints of Teal #077B8A
RGB
CMYK
RGB Variations
Color information
#077B8A (or 0x077B8A) is known color: Teal. HEX triplet: 07, 7B and 8A. RGB value is (7,123,138). Sum of RGB (Red+Green+Blue) = 7+123+138=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #077B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077B8A is #F88475. Grayscale: #595959. Windows color (decimal): -16286838 or 9075463. OLE color: 9075463.
HSL color Cylindrical-coordinate representation of color #077B8A: hue angle of 186.87º 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 #077B8A is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 123 | 138 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.46 |
| HSL | 186.87º | 0.9% | 0.28% | - |
| HSV(B) | 186.87º | 0.95% | 0.54% | - |
| XYZ | 11.76 | 16.05 | 26.52 | - |
| YUV | 90.03 | 155.07 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 138 | 0.95 | 0.11 | 0 | 0.46 | 186.87 | 0.9 | 0.28 |
| Hex | 7 | 7B | 8A | 5F | B | 0 | 2E | BB | 5A | 1C |
| Octal | 7 | 173 | 212 | 137 | 13 | 0 | 56 | 273 | 132 | 34 |
| Binary | 111 | 1111011 | 10001010 | 1011111 | 1011 | 0 | 101110 | 10111011 | 1011010 | 11100 |
Color Harmonies of #077B8A
Complementary color
Monochromatic Colors of #077B8A
Black with #077B8A
Text Example
Text Example
White with #077B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B8A; }
p { color: rgb(7,123,138); }
H1.HeaderClassName
{
color: #077B8A;
}
.AnyTagClassName
{
color: #077B8A;
}
</style>
background-color css
<style>
a { background-color: #077B8A; }
a { background-color: rgb(7,123,138); }
div.DivClassName
{
background-color: #077B8A;
}
.BgClassName
{
background-color: #077B8A;
}
</style>
border-color css
<style>
span { border-color: #077B8A; }
span { border-color: rgb(7,123,138); }
td.TdClassName
{
border-color: #077B8A;
}
.TagClassName
{
border-color: #077B8A;
}
</style>