Shades of Teal #06728C
Tints of Teal #06728C
RGB
CMYK
RGB Variations
Color information
#06728C (or 0x06728C) is known color: Teal. HEX triplet: 06, 72 and 8C. RGB value is (6,114,140). Sum of RGB (Red+Green+Blue) = 6+114+140=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #06728C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06728C is #F98D73. Grayscale: #545454. Windows color (decimal): -16354676 or 9204230. OLE color: 9204230.
HSL color Cylindrical-coordinate representation of color #06728C: hue angle of 191.64º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06728C is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 114 | 140 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.45 |
| HSL | 191.64º | 0.92% | 0.29% | - |
| HSV(B) | 191.64º | 0.96% | 0.55% | - |
| XYZ | 10.83 | 13.97 | 26.94 | - |
| YUV | 84.67 | 159.22 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 140 | 0.96 | 0.19 | 0 | 0.45 | 191.64 | 0.92 | 0.29 |
| Hex | 6 | 72 | 8C | 60 | 13 | 0 | 2D | C0 | 5C | 1D |
| Octal | 6 | 162 | 214 | 140 | 23 | 0 | 55 | 300 | 134 | 35 |
| Binary | 110 | 1110010 | 10001100 | 1100000 | 10011 | 0 | 101101 | 11000000 | 1011100 | 11101 |
Color Harmonies of #06728C
Complementary color
Monochromatic Colors of #06728C
Black with #06728C
Text Example
Text Example
White with #06728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06728C; }
p { color: rgb(6,114,140); }
H1.HeaderClassName
{
color: #06728C;
}
.AnyTagClassName
{
color: #06728C;
}
</style>
background-color css
<style>
a { background-color: #06728C; }
a { background-color: rgb(6,114,140); }
div.DivClassName
{
background-color: #06728C;
}
.BgClassName
{
background-color: #06728C;
}
</style>
border-color css
<style>
span { border-color: #06728C; }
span { border-color: rgb(6,114,140); }
td.TdClassName
{
border-color: #06728C;
}
.TagClassName
{
border-color: #06728C;
}
</style>