Shades of Teal #00708D
Tints of Teal #00708D
RGB
CMYK
RGB Variations
Color information
#00708D (or 0x00708D) is known color: Teal. HEX triplet: 00, 70 and 8D. RGB value is (0,112,141). Sum of RGB (Red+Green+Blue) = 0+112+141=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #00708D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00708D is #FF8F72. Grayscale: #515151. Windows color (decimal): -16748403 or 9269248. OLE color: 9269248.
HSL color Cylindrical-coordinate representation of color #00708D: hue angle of 192.34º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00708D is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 112 | 141 | - |
| CMYK | 1 | 0.21 | 0 | 0.45 |
| HSL | 192.34º | 1% | 0.28% | - |
| HSV(B) | 192.34º | 1% | 0.55% | - |
| XYZ | 10.6 | 13.51 | 27.25 | - |
| YUV | 81.82 | 161.39 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 141 | 1 | 0.21 | 0 | 0.45 | 192.34 | 1 | 0.28 |
| Hex | 0 | 70 | 8D | 64 | 15 | 0 | 2D | C0 | 64 | 1C |
| Octal | 0 | 160 | 215 | 144 | 25 | 0 | 55 | 300 | 144 | 34 |
| Binary | 0 | 1110000 | 10001101 | 1100100 | 10101 | 0 | 101101 | 11000000 | 1100100 | 11100 |
Color Harmonies of #00708D
Complementary color
Monochromatic Colors of #00708D
Black with #00708D
Text Example
Text Example
White with #00708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00708D; }
p { color: rgb(0,112,141); }
H1.HeaderClassName
{
color: #00708D;
}
.AnyTagClassName
{
color: #00708D;
}
</style>
background-color css
<style>
a { background-color: #00708D; }
a { background-color: rgb(0,112,141); }
div.DivClassName
{
background-color: #00708D;
}
.BgClassName
{
background-color: #00708D;
}
</style>
border-color css
<style>
span { border-color: #00708D; }
span { border-color: rgb(0,112,141); }
td.TdClassName
{
border-color: #00708D;
}
.TagClassName
{
border-color: #00708D;
}
</style>