Shades of Teal #00728A
Tints of Teal #00728A
RGB
CMYK
RGB Variations
Color information
#00728A (or 0x00728A) is known color: Teal. HEX triplet: 00, 72 and 8A. RGB value is (0,114,138). Sum of RGB (Red+Green+Blue) = 0+114+138=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #00728A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00728A is #FF8D75. Grayscale: #525252. Windows color (decimal): -16747894 or 9073152. OLE color: 9073152.
HSL color Cylindrical-coordinate representation of color #00728A: hue angle of 190.43º 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 #00728A is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 114 | 138 | - |
| CMYK | 1 | 0.17 | 0 | 0.46 |
| HSL | 190.43º | 1% | 0.27% | - |
| HSV(B) | 190.43º | 1% | 0.54% | - |
| XYZ | 10.6 | 13.87 | 26.16 | - |
| YUV | 82.65 | 159.23 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 138 | 1 | 0.17 | 0 | 0.46 | 190.43 | 1 | 0.27 |
| Hex | 0 | 72 | 8A | 64 | 11 | 0 | 2E | BE | 64 | 1B |
| Octal | 0 | 162 | 212 | 144 | 21 | 0 | 56 | 276 | 144 | 33 |
| Binary | 0 | 1110010 | 10001010 | 1100100 | 10001 | 0 | 101110 | 10111110 | 1100100 | 11011 |
Color Harmonies of #00728A
Complementary color
Monochromatic Colors of #00728A
Black with #00728A
Text Example
Text Example
White with #00728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00728A; }
p { color: rgb(0,114,138); }
H1.HeaderClassName
{
color: #00728A;
}
.AnyTagClassName
{
color: #00728A;
}
</style>
background-color css
<style>
a { background-color: #00728A; }
a { background-color: rgb(0,114,138); }
div.DivClassName
{
background-color: #00728A;
}
.BgClassName
{
background-color: #00728A;
}
</style>
border-color css
<style>
span { border-color: #00728A; }
span { border-color: rgb(0,114,138); }
td.TdClassName
{
border-color: #00728A;
}
.TagClassName
{
border-color: #00728A;
}
</style>