Shades of Teal #078182
Tints of Teal #078182
RGB
CMYK
RGB Variations
Color information
#078182 (or 0x078182) is known color: Teal. HEX triplet: 07, 81 and 82. RGB value is (7,129,130). Sum of RGB (Red+Green+Blue) = 7+129+130=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #078182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078182 is #F87E7D. Grayscale: #5C5C5C. Windows color (decimal): -16285310 or 8552711. OLE color: 8552711.
HSL color Cylindrical-coordinate representation of color #078182: 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 #078182 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 130 | - |
| 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.97 | 17.36 | 23.84 | - |
| YUV | 92.64 | 149.08 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 130 | 0.95 | 0.01 | 0 | 0.49 | 180.49 | 0.9 | 0.27 |
| Hex | 7 | 81 | 82 | 5F | 1 | 0 | 31 | B4 | 5A | 1B |
| Octal | 7 | 201 | 202 | 137 | 1 | 0 | 61 | 264 | 132 | 33 |
| Binary | 111 | 10000001 | 10000010 | 1011111 | 1 | 0 | 110001 | 10110100 | 1011010 | 11011 |
Color Harmonies of #078182
Complementary color
Monochromatic Colors of #078182
Black with #078182
Text Example
Text Example
White with #078182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078182; }
p { color: rgb(7,129,130); }
H1.HeaderClassName
{
color: #078182;
}
.AnyTagClassName
{
color: #078182;
}
</style>
background-color css
<style>
a { background-color: #078182; }
a { background-color: rgb(7,129,130); }
div.DivClassName
{
background-color: #078182;
}
.BgClassName
{
background-color: #078182;
}
</style>
border-color css
<style>
span { border-color: #078182; }
span { border-color: rgb(7,129,130); }
td.TdClassName
{
border-color: #078182;
}
.TagClassName
{
border-color: #078182;
}
</style>