Shades of Teal #077189
Tints of Teal #077189
RGB
CMYK
RGB Variations
Color information
#077189 (or 0x077189) is known color: Teal. HEX triplet: 07, 71 and 89. RGB value is (7,113,137). Sum of RGB (Red+Green+Blue) = 7+113+137=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #077189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077189 is #F88E76. Grayscale: #535353. Windows color (decimal): -16289399 or 9007367. OLE color: 9007367.
HSL color Cylindrical-coordinate representation of color #077189: hue angle of 191.08º 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 #077189 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 113 | 137 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.46 |
| HSL | 191.08º | 0.9% | 0.28% | - |
| HSV(B) | 191.08º | 0.95% | 0.54% | - |
| XYZ | 10.51 | 13.66 | 25.75 | - |
| YUV | 84.04 | 157.88 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 137 | 0.95 | 0.18 | 0 | 0.46 | 191.08 | 0.9 | 0.28 |
| Hex | 7 | 71 | 89 | 5F | 12 | 0 | 2E | BF | 5A | 1C |
| Octal | 7 | 161 | 211 | 137 | 22 | 0 | 56 | 277 | 132 | 34 |
| Binary | 111 | 1110001 | 10001001 | 1011111 | 10010 | 0 | 101110 | 10111111 | 1011010 | 11100 |
Color Harmonies of #077189
Complementary color
Monochromatic Colors of #077189
Black with #077189
Text Example
Text Example
White with #077189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077189; }
p { color: rgb(7,113,137); }
H1.HeaderClassName
{
color: #077189;
}
.AnyTagClassName
{
color: #077189;
}
</style>
background-color css
<style>
a { background-color: #077189; }
a { background-color: rgb(7,113,137); }
div.DivClassName
{
background-color: #077189;
}
.BgClassName
{
background-color: #077189;
}
</style>
border-color css
<style>
span { border-color: #077189; }
span { border-color: rgb(7,113,137); }
td.TdClassName
{
border-color: #077189;
}
.TagClassName
{
border-color: #077189;
}
</style>