Shades of Teal #078581
Tints of Teal #078581
RGB
CMYK
RGB Variations
Color information
#078581 (or 0x078581) is known color: Teal. HEX triplet: 07, 85 and 81. RGB value is (7,133,129). Sum of RGB (Red+Green+Blue) = 7+133+129=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #078581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078581 is #F87A7E. Grayscale: #5E5E5E. Windows color (decimal): -16284287 or 8488199. OLE color: 8488199.
HSL color Cylindrical-coordinate representation of color #078581: hue angle of 178.1º 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 #078581 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 129 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.48 |
| HSL | 178.1º | 0.9% | 0.27% | - |
| HSV(B) | 178.1º | 0.95% | 0.52% | - |
| XYZ | 12.44 | 18.41 | 23.67 | - |
| YUV | 94.87 | 147.26 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 129 | 0.95 | 0 | 0.03 | 0.48 | 178.1 | 0.9 | 0.27 |
| Hex | 7 | 85 | 81 | 5F | 0 | 3 | 30 | B2 | 5A | 1B |
| Octal | 7 | 205 | 201 | 137 | 0 | 3 | 60 | 262 | 132 | 33 |
| Binary | 111 | 10000101 | 10000001 | 1011111 | 0 | 11 | 110000 | 10110010 | 1011010 | 11011 |
Color Harmonies of #078581
Complementary color
Monochromatic Colors of #078581
Black with #078581
Text Example
Text Example
White with #078581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078581; }
p { color: rgb(7,133,129); }
H1.HeaderClassName
{
color: #078581;
}
.AnyTagClassName
{
color: #078581;
}
</style>
background-color css
<style>
a { background-color: #078581; }
a { background-color: rgb(7,133,129); }
div.DivClassName
{
background-color: #078581;
}
.BgClassName
{
background-color: #078581;
}
</style>
border-color css
<style>
span { border-color: #078581; }
span { border-color: rgb(7,133,129); }
td.TdClassName
{
border-color: #078581;
}
.TagClassName
{
border-color: #078581;
}
</style>