Shades of Teal #00718C
Tints of Teal #00718C
RGB
CMYK
RGB Variations
Color information
#00718C (or 0x00718C) is known color: Teal. HEX triplet: 00, 71 and 8C. RGB value is (0,113,140). Sum of RGB (Red+Green+Blue) = 0+113+140=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #00718C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00718C is #FF8E73. Grayscale: #525252. Windows color (decimal): -16748148 or 9203968. OLE color: 9203968.
HSL color Cylindrical-coordinate representation of color #00718C: hue angle of 191.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00718C is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 113 | 140 | - |
| CMYK | 1 | 0.19 | 0 | 0.45 |
| HSL | 191.57º | 1% | 0.27% | - |
| HSV(B) | 191.57º | 1% | 0.55% | - |
| XYZ | 10.64 | 13.7 | 26.9 | - |
| YUV | 82.29 | 160.56 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 140 | 1 | 0.19 | 0 | 0.45 | 191.57 | 1 | 0.27 |
| Hex | 0 | 71 | 8C | 64 | 13 | 0 | 2D | C0 | 64 | 1B |
| Octal | 0 | 161 | 214 | 144 | 23 | 0 | 55 | 300 | 144 | 33 |
| Binary | 0 | 1110001 | 10001100 | 1100100 | 10011 | 0 | 101101 | 11000000 | 1100100 | 11011 |
Color Harmonies of #00718C
Complementary color
Monochromatic Colors of #00718C
Black with #00718C
Text Example
Text Example
White with #00718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00718C; }
p { color: rgb(0,113,140); }
H1.HeaderClassName
{
color: #00718C;
}
.AnyTagClassName
{
color: #00718C;
}
</style>
background-color css
<style>
a { background-color: #00718C; }
a { background-color: rgb(0,113,140); }
div.DivClassName
{
background-color: #00718C;
}
.BgClassName
{
background-color: #00718C;
}
</style>
border-color css
<style>
span { border-color: #00718C; }
span { border-color: rgb(0,113,140); }
td.TdClassName
{
border-color: #00718C;
}
.TagClassName
{
border-color: #00718C;
}
</style>