Shades of Teal #078280
Tints of Teal #078280
RGB
CMYK
RGB Variations
Color information
#078280 (or 0x078280) is known color: Teal. HEX triplet: 07, 82 and 80. RGB value is (7,130,128). Sum of RGB (Red+Green+Blue) = 7+130+128=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #078280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078280 is #F87D7F. Grayscale: #5C5C5C. Windows color (decimal): -16285056 or 8421895. OLE color: 8421895.
HSL color Cylindrical-coordinate representation of color #078280: hue angle of 179.02º 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 #078280 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 130 | 128 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.49 |
| HSL | 179.02º | 0.9% | 0.27% | - |
| HSV(B) | 179.02º | 0.95% | 0.51% | - |
| XYZ | 11.97 | 17.57 | 23.18 | - |
| YUV | 93 | 147.75 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 128 | 0.95 | 0 | 0.02 | 0.49 | 179.02 | 0.9 | 0.27 |
| Hex | 7 | 82 | 80 | 5F | 0 | 2 | 31 | B3 | 5A | 1B |
| Octal | 7 | 202 | 200 | 137 | 0 | 2 | 61 | 263 | 132 | 33 |
| Binary | 111 | 10000010 | 10000000 | 1011111 | 0 | 10 | 110001 | 10110011 | 1011010 | 11011 |
Color Harmonies of #078280
Complementary color
Monochromatic Colors of #078280
Black with #078280
Text Example
Text Example
White with #078280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078280; }
p { color: rgb(7,130,128); }
H1.HeaderClassName
{
color: #078280;
}
.AnyTagClassName
{
color: #078280;
}
</style>
background-color css
<style>
a { background-color: #078280; }
a { background-color: rgb(7,130,128); }
div.DivClassName
{
background-color: #078280;
}
.BgClassName
{
background-color: #078280;
}
</style>
border-color css
<style>
span { border-color: #078280; }
span { border-color: rgb(7,130,128); }
td.TdClassName
{
border-color: #078280;
}
.TagClassName
{
border-color: #078280;
}
</style>