Shades of Teal #077289
Tints of Teal #077289
RGB
CMYK
RGB Variations
Color information
#077289 (or 0x077289) is known color: Teal. HEX triplet: 07, 72 and 89. RGB value is (7,114,137). Sum of RGB (Red+Green+Blue) = 7+114+137=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #077289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077289 is #F88D76. Grayscale: #545454. Windows color (decimal): -16289143 or 9007623. OLE color: 9007623.
HSL color Cylindrical-coordinate representation of color #077289: hue angle of 190.62º 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 #077289 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 114 | 137 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.46 |
| HSL | 190.62º | 0.9% | 0.28% | - |
| HSV(B) | 190.62º | 0.95% | 0.54% | - |
| XYZ | 10.62 | 13.89 | 25.79 | - |
| YUV | 84.63 | 157.55 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 137 | 0.95 | 0.17 | 0 | 0.46 | 190.62 | 0.9 | 0.28 |
| Hex | 7 | 72 | 89 | 5F | 11 | 0 | 2E | BF | 5A | 1C |
| Octal | 7 | 162 | 211 | 137 | 21 | 0 | 56 | 277 | 132 | 34 |
| Binary | 111 | 1110010 | 10001001 | 1011111 | 10001 | 0 | 101110 | 10111111 | 1011010 | 11100 |
Color Harmonies of #077289
Complementary color
Monochromatic Colors of #077289
Black with #077289
Text Example
Text Example
White with #077289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077289; }
p { color: rgb(7,114,137); }
H1.HeaderClassName
{
color: #077289;
}
.AnyTagClassName
{
color: #077289;
}
</style>
background-color css
<style>
a { background-color: #077289; }
a { background-color: rgb(7,114,137); }
div.DivClassName
{
background-color: #077289;
}
.BgClassName
{
background-color: #077289;
}
</style>
border-color css
<style>
span { border-color: #077289; }
span { border-color: rgb(7,114,137); }
td.TdClassName
{
border-color: #077289;
}
.TagClassName
{
border-color: #077289;
}
</style>