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