Shades of Teal #078783
Tints of Teal #078783
RGB
CMYK
RGB Variations
Color information
#078783 (or 0x078783) is known color: Teal. HEX triplet: 07, 87 and 83. RGB value is (7,135,131). Sum of RGB (Red+Green+Blue) = 7+135+131=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #078783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078783 is #F8787C. Grayscale: #606060. Windows color (decimal): -16283773 or 8619783. OLE color: 8619783.
HSL color Cylindrical-coordinate representation of color #078783: hue angle of 178.12º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078783 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 131 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.47 |
| HSL | 178.13º | 0.9% | 0.28% | - |
| HSV(B) | 178.13º | 0.95% | 0.53% | - |
| XYZ | 12.85 | 19.01 | 24.47 | - |
| YUV | 96.27 | 147.59 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 131 | 0.95 | 0 | 0.03 | 0.47 | 178.13 | 0.9 | 0.28 |
| Hex | 7 | 87 | 83 | 5F | 0 | 3 | 2F | B2 | 5A | 1C |
| Octal | 7 | 207 | 203 | 137 | 0 | 3 | 57 | 262 | 132 | 34 |
| Binary | 111 | 10000111 | 10000011 | 1011111 | 0 | 11 | 101111 | 10110010 | 1011010 | 11100 |
Color Harmonies of #078783
Complementary color
Monochromatic Colors of #078783
Black with #078783
Text Example
Text Example
White with #078783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078783; }
p { color: rgb(7,135,131); }
H1.HeaderClassName
{
color: #078783;
}
.AnyTagClassName
{
color: #078783;
}
</style>
background-color css
<style>
a { background-color: #078783; }
a { background-color: rgb(7,135,131); }
div.DivClassName
{
background-color: #078783;
}
.BgClassName
{
background-color: #078783;
}
</style>
border-color css
<style>
span { border-color: #078783; }
span { border-color: rgb(7,135,131); }
td.TdClassName
{
border-color: #078783;
}
.TagClassName
{
border-color: #078783;
}
</style>