Shades of Teal #078081
Tints of Teal #078081
RGB
CMYK
RGB Variations
Color information
#078081 (or 0x078081) is known color: Teal. HEX triplet: 07, 80 and 81. RGB value is (7,128,129). Sum of RGB (Red+Green+Blue) = 7+128+129=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #078081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078081 is #F87F7E. Grayscale: #5B5B5B. Windows color (decimal): -16285567 or 8486919. OLE color: 8486919.
HSL color Cylindrical-coordinate representation of color #078081: hue angle of 180.49º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078081 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 128 | 129 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.49 |
| HSL | 180.49º | 0.9% | 0.27% | - |
| HSV(B) | 180.49º | 0.95% | 0.51% | - |
| XYZ | 11.77 | 17.07 | 23.44 | - |
| YUV | 91.94 | 148.91 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 129 | 0.95 | 0.01 | 0 | 0.49 | 180.49 | 0.9 | 0.27 |
| Hex | 7 | 80 | 81 | 5F | 1 | 0 | 31 | B4 | 5A | 1B |
| Octal | 7 | 200 | 201 | 137 | 1 | 0 | 61 | 264 | 132 | 33 |
| Binary | 111 | 10000000 | 10000001 | 1011111 | 1 | 0 | 110001 | 10110100 | 1011010 | 11011 |
Color Harmonies of #078081
Complementary color
Monochromatic Colors of #078081
Black with #078081
Text Example
Text Example
White with #078081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078081; }
p { color: rgb(7,128,129); }
H1.HeaderClassName
{
color: #078081;
}
.AnyTagClassName
{
color: #078081;
}
</style>
background-color css
<style>
a { background-color: #078081; }
a { background-color: rgb(7,128,129); }
div.DivClassName
{
background-color: #078081;
}
.BgClassName
{
background-color: #078081;
}
</style>
border-color css
<style>
span { border-color: #078081; }
span { border-color: rgb(7,128,129); }
td.TdClassName
{
border-color: #078081;
}
.TagClassName
{
border-color: #078081;
}
</style>