Shades of Teal #00728D
Tints of Teal #00728D
RGB
CMYK
RGB Variations
Color information
#00728D (or 0x00728D) is known color: Teal. HEX triplet: 00, 72 and 8D. RGB value is (0,114,141). Sum of RGB (Red+Green+Blue) = 0+114+141=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #00728D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00728D is #FF8D72. Grayscale: #525252. Windows color (decimal): -16747891 or 9269760. OLE color: 9269760.
HSL color Cylindrical-coordinate representation of color #00728D: hue angle of 191.49º 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 #00728D is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 114 | 141 | - |
| CMYK | 1 | 0.19 | 0 | 0.45 |
| HSL | 191.49º | 1% | 0.28% | - |
| HSV(B) | 191.49º | 1% | 0.55% | - |
| XYZ | 10.83 | 13.96 | 27.32 | - |
| YUV | 82.99 | 160.73 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 141 | 1 | 0.19 | 0 | 0.45 | 191.49 | 1 | 0.28 |
| Hex | 0 | 72 | 8D | 64 | 13 | 0 | 2D | BF | 64 | 1C |
| Octal | 0 | 162 | 215 | 144 | 23 | 0 | 55 | 277 | 144 | 34 |
| Binary | 0 | 1110010 | 10001101 | 1100100 | 10011 | 0 | 101101 | 10111111 | 1100100 | 11100 |
Color Harmonies of #00728D
Complementary color
Monochromatic Colors of #00728D
Black with #00728D
Text Example
Text Example
White with #00728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00728D; }
p { color: rgb(0,114,141); }
H1.HeaderClassName
{
color: #00728D;
}
.AnyTagClassName
{
color: #00728D;
}
</style>
background-color css
<style>
a { background-color: #00728D; }
a { background-color: rgb(0,114,141); }
div.DivClassName
{
background-color: #00728D;
}
.BgClassName
{
background-color: #00728D;
}
</style>
border-color css
<style>
span { border-color: #00728D; }
span { border-color: rgb(0,114,141); }
td.TdClassName
{
border-color: #00728D;
}
.TagClassName
{
border-color: #00728D;
}
</style>