Shades of Teal #076E85
Tints of Teal #076E85
RGB
CMYK
RGB Variations
Color information
#076E85 (or 0x076E85) is known color: Teal. HEX triplet: 07, 6E and 85. RGB value is (7,110,133). Sum of RGB (Red+Green+Blue) = 7+110+133=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #076E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076E85 is #F8917A. Grayscale: #515151. Windows color (decimal): -16290171 or 8744455. OLE color: 8744455.
HSL color Cylindrical-coordinate representation of color #076E85: hue angle of 190.95º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076E85 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 110 | 133 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.48 |
| HSL | 190.95º | 0.9% | 0.27% | - |
| HSV(B) | 190.95º | 0.95% | 0.52% | - |
| XYZ | 9.9 | 12.89 | 24.16 | - |
| YUV | 81.83 | 156.88 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 133 | 0.95 | 0.17 | 0 | 0.48 | 190.95 | 0.9 | 0.27 |
| Hex | 7 | 6E | 85 | 5F | 11 | 0 | 30 | BF | 5A | 1B |
| Octal | 7 | 156 | 205 | 137 | 21 | 0 | 60 | 277 | 132 | 33 |
| Binary | 111 | 1101110 | 10000101 | 1011111 | 10001 | 0 | 110000 | 10111111 | 1011010 | 11011 |
Color Harmonies of #076E85
Complementary color
Monochromatic Colors of #076E85
Black with #076E85
Text Example
Text Example
White with #076E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E85; }
p { color: rgb(7,110,133); }
H1.HeaderClassName
{
color: #076E85;
}
.AnyTagClassName
{
color: #076E85;
}
</style>
background-color css
<style>
a { background-color: #076E85; }
a { background-color: rgb(7,110,133); }
div.DivClassName
{
background-color: #076E85;
}
.BgClassName
{
background-color: #076E85;
}
</style>
border-color css
<style>
span { border-color: #076E85; }
span { border-color: rgb(7,110,133); }
td.TdClassName
{
border-color: #076E85;
}
.TagClassName
{
border-color: #076E85;
}
</style>