Shades of Teal #00708A
Tints of Teal #00708A
RGB
CMYK
RGB Variations
Color information
#00708A (or 0x00708A) is known color: Teal. HEX triplet: 00, 70 and 8A. RGB value is (0,112,138). Sum of RGB (Red+Green+Blue) = 0+112+138=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #00708A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00708A is #FF8F75. Grayscale: #515151. Windows color (decimal): -16748406 or 9072640. OLE color: 9072640.
HSL color Cylindrical-coordinate representation of color #00708A: hue angle of 191.3º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00708A is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 112 | 138 | - |
| CMYK | 1 | 0.19 | 0 | 0.46 |
| HSL | 191.3º | 1% | 0.27% | - |
| HSV(B) | 191.3º | 1% | 0.54% | - |
| XYZ | 10.38 | 13.42 | 26.09 | - |
| YUV | 81.48 | 159.89 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 138 | 1 | 0.19 | 0 | 0.46 | 191.3 | 1 | 0.27 |
| Hex | 0 | 70 | 8A | 64 | 13 | 0 | 2E | BF | 64 | 1B |
| Octal | 0 | 160 | 212 | 144 | 23 | 0 | 56 | 277 | 144 | 33 |
| Binary | 0 | 1110000 | 10001010 | 1100100 | 10011 | 0 | 101110 | 10111111 | 1100100 | 11011 |
Color Harmonies of #00708A
Complementary color
Monochromatic Colors of #00708A
Black with #00708A
Text Example
Text Example
White with #00708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00708A; }
p { color: rgb(0,112,138); }
H1.HeaderClassName
{
color: #00708A;
}
.AnyTagClassName
{
color: #00708A;
}
</style>
background-color css
<style>
a { background-color: #00708A; }
a { background-color: rgb(0,112,138); }
div.DivClassName
{
background-color: #00708A;
}
.BgClassName
{
background-color: #00708A;
}
</style>
border-color css
<style>
span { border-color: #00708A; }
span { border-color: rgb(0,112,138); }
td.TdClassName
{
border-color: #00708A;
}
.TagClassName
{
border-color: #00708A;
}
</style>