Shades of Teal #078381
Tints of Teal #078381
RGB
CMYK
RGB Variations
Color information
#078381 (or 0x078381) is known color: Teal. HEX triplet: 07, 83 and 81. RGB value is (7,131,129). Sum of RGB (Red+Green+Blue) = 7+131+129=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #078381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078381 is #F87C7E. Grayscale: #5D5D5D. Windows color (decimal): -16284799 or 8487687. OLE color: 8487687.
HSL color Cylindrical-coordinate representation of color #078381: hue angle of 179.03º 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 #078381 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 131 | 129 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.49 |
| HSL | 179.03º | 0.9% | 0.27% | - |
| HSV(B) | 179.03º | 0.95% | 0.51% | - |
| XYZ | 12.17 | 17.86 | 23.58 | - |
| YUV | 93.7 | 147.92 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 129 | 0.95 | 0 | 0.02 | 0.49 | 179.03 | 0.9 | 0.27 |
| Hex | 7 | 83 | 81 | 5F | 0 | 2 | 31 | B3 | 5A | 1B |
| Octal | 7 | 203 | 201 | 137 | 0 | 2 | 61 | 263 | 132 | 33 |
| Binary | 111 | 10000011 | 10000001 | 1011111 | 0 | 10 | 110001 | 10110011 | 1011010 | 11011 |
Color Harmonies of #078381
Complementary color
Monochromatic Colors of #078381
Black with #078381
Text Example
Text Example
White with #078381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078381; }
p { color: rgb(7,131,129); }
H1.HeaderClassName
{
color: #078381;
}
.AnyTagClassName
{
color: #078381;
}
</style>
background-color css
<style>
a { background-color: #078381; }
a { background-color: rgb(7,131,129); }
div.DivClassName
{
background-color: #078381;
}
.BgClassName
{
background-color: #078381;
}
</style>
border-color css
<style>
span { border-color: #078381; }
span { border-color: rgb(7,131,129); }
td.TdClassName
{
border-color: #078381;
}
.TagClassName
{
border-color: #078381;
}
</style>