Shades of Teal #077388
Tints of Teal #077388
RGB
CMYK
RGB Variations
Color information
#077388 (or 0x077388) is known color: Teal. HEX triplet: 07, 73 and 88. RGB value is (7,115,136). Sum of RGB (Red+Green+Blue) = 7+115+136=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #077388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077388 is #F88C77. Grayscale: #545454. Windows color (decimal): -16288888 or 8942343. OLE color: 8942343.
HSL color Cylindrical-coordinate representation of color #077388: hue angle of 189.77º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077388 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 115 | 136 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.47 |
| HSL | 189.77º | 0.9% | 0.28% | - |
| HSV(B) | 189.77º | 0.95% | 0.53% | - |
| XYZ | 10.66 | 14.08 | 25.45 | - |
| YUV | 85.1 | 156.72 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 136 | 0.95 | 0.15 | 0 | 0.47 | 189.77 | 0.9 | 0.28 |
| Hex | 7 | 73 | 88 | 5F | F | 0 | 2F | BE | 5A | 1C |
| Octal | 7 | 163 | 210 | 137 | 17 | 0 | 57 | 276 | 132 | 34 |
| Binary | 111 | 1110011 | 10001000 | 1011111 | 1111 | 0 | 101111 | 10111110 | 1011010 | 11100 |
Color Harmonies of #077388
Complementary color
Monochromatic Colors of #077388
Black with #077388
Text Example
Text Example
White with #077388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077388; }
p { color: rgb(7,115,136); }
H1.HeaderClassName
{
color: #077388;
}
.AnyTagClassName
{
color: #077388;
}
</style>
background-color css
<style>
a { background-color: #077388; }
a { background-color: rgb(7,115,136); }
div.DivClassName
{
background-color: #077388;
}
.BgClassName
{
background-color: #077388;
}
</style>
border-color css
<style>
span { border-color: #077388; }
span { border-color: rgb(7,115,136); }
td.TdClassName
{
border-color: #077388;
}
.TagClassName
{
border-color: #077388;
}
</style>