Shades of Teal #07728D
Tints of Teal #07728D
RGB
CMYK
RGB Variations
Color information
#07728D (or 0x07728D) is known color: Teal. HEX triplet: 07, 72 and 8D. RGB value is (7,114,141). Sum of RGB (Red+Green+Blue) = 7+114+141=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #07728D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07728D is #F88D72. Grayscale: #545454. Windows color (decimal): -16289139 or 9269767. OLE color: 9269767.
HSL color Cylindrical-coordinate representation of color #07728D: hue angle of 192.09º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07728D is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 114 | 141 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.45 |
| HSL | 192.09º | 0.91% | 0.29% | - |
| HSV(B) | 192.09º | 0.95% | 0.55% | - |
| XYZ | 10.91 | 14 | 27.33 | - |
| YUV | 85.09 | 159.55 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 141 | 0.95 | 0.19 | 0 | 0.45 | 192.09 | 0.91 | 0.29 |
| Hex | 7 | 72 | 8D | 5F | 13 | 0 | 2D | C0 | 5B | 1D |
| Octal | 7 | 162 | 215 | 137 | 23 | 0 | 55 | 300 | 133 | 35 |
| Binary | 111 | 1110010 | 10001101 | 1011111 | 10011 | 0 | 101101 | 11000000 | 1011011 | 11101 |
Color Harmonies of #07728D
Complementary color
Monochromatic Colors of #07728D
Black with #07728D
Text Example
Text Example
White with #07728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07728D; }
p { color: rgb(7,114,141); }
H1.HeaderClassName
{
color: #07728D;
}
.AnyTagClassName
{
color: #07728D;
}
</style>
background-color css
<style>
a { background-color: #07728D; }
a { background-color: rgb(7,114,141); }
div.DivClassName
{
background-color: #07728D;
}
.BgClassName
{
background-color: #07728D;
}
</style>
border-color css
<style>
span { border-color: #07728D; }
span { border-color: rgb(7,114,141); }
td.TdClassName
{
border-color: #07728D;
}
.TagClassName
{
border-color: #07728D;
}
</style>