Shades of Teal #07728C
Tints of Teal #07728C
RGB
CMYK
RGB Variations
Color information
#07728C (or 0x07728C) is known color: Teal. HEX triplet: 07, 72 and 8C. RGB value is (7,114,140). Sum of RGB (Red+Green+Blue) = 7+114+140=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #07728C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07728C is #F88D73. Grayscale: #545454. Windows color (decimal): -16289140 or 9204231. OLE color: 9204231.
HSL color Cylindrical-coordinate representation of color #07728C: hue angle of 191.73º degrees, saturation: 0.9, 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 #07728C is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 114 | 140 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.45 |
| HSL | 191.73º | 0.9% | 0.29% | - |
| HSV(B) | 191.73º | 0.95% | 0.55% | - |
| XYZ | 10.84 | 13.97 | 26.94 | - |
| YUV | 84.97 | 159.05 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 140 | 0.95 | 0.19 | 0 | 0.45 | 191.73 | 0.9 | 0.29 |
| Hex | 7 | 72 | 8C | 5F | 13 | 0 | 2D | C0 | 5A | 1D |
| Octal | 7 | 162 | 214 | 137 | 23 | 0 | 55 | 300 | 132 | 35 |
| Binary | 111 | 1110010 | 10001100 | 1011111 | 10011 | 0 | 101101 | 11000000 | 1011010 | 11101 |
Color Harmonies of #07728C
Complementary color
Monochromatic Colors of #07728C
Black with #07728C
Text Example
Text Example
White with #07728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07728C; }
p { color: rgb(7,114,140); }
H1.HeaderClassName
{
color: #07728C;
}
.AnyTagClassName
{
color: #07728C;
}
</style>
background-color css
<style>
a { background-color: #07728C; }
a { background-color: rgb(7,114,140); }
div.DivClassName
{
background-color: #07728C;
}
.BgClassName
{
background-color: #07728C;
}
</style>
border-color css
<style>
span { border-color: #07728C; }
span { border-color: rgb(7,114,140); }
td.TdClassName
{
border-color: #07728C;
}
.TagClassName
{
border-color: #07728C;
}
</style>