Shades of Teal #00738D
Tints of Teal #00738D
RGB
CMYK
RGB Variations
Color information
#00738D (or 0x00738D) is known color: Teal. HEX triplet: 00, 73 and 8D. RGB value is (0,115,141). Sum of RGB (Red+Green+Blue) = 0+115+141=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #00738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00738D is #FF8C72. Grayscale: #535353. Windows color (decimal): -16747635 or 9270016. OLE color: 9270016.
HSL color Cylindrical-coordinate representation of color #00738D: hue angle of 191.06º 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 #00738D is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 115 | 141 | - |
| CMYK | 1 | 0.18 | 0 | 0.45 |
| HSL | 191.06º | 1% | 0.28% | - |
| HSV(B) | 191.06º | 1% | 0.55% | - |
| XYZ | 10.94 | 14.18 | 27.36 | - |
| YUV | 83.58 | 160.4 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 141 | 1 | 0.18 | 0 | 0.45 | 191.06 | 1 | 0.28 |
| Hex | 0 | 73 | 8D | 64 | 12 | 0 | 2D | BF | 64 | 1C |
| Octal | 0 | 163 | 215 | 144 | 22 | 0 | 55 | 277 | 144 | 34 |
| Binary | 0 | 1110011 | 10001101 | 1100100 | 10010 | 0 | 101101 | 10111111 | 1100100 | 11100 |
Color Harmonies of #00738D
Complementary color
Monochromatic Colors of #00738D
Black with #00738D
Text Example
Text Example
White with #00738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00738D; }
p { color: rgb(0,115,141); }
H1.HeaderClassName
{
color: #00738D;
}
.AnyTagClassName
{
color: #00738D;
}
</style>
background-color css
<style>
a { background-color: #00738D; }
a { background-color: rgb(0,115,141); }
div.DivClassName
{
background-color: #00738D;
}
.BgClassName
{
background-color: #00738D;
}
</style>
border-color css
<style>
span { border-color: #00738D; }
span { border-color: rgb(0,115,141); }
td.TdClassName
{
border-color: #00738D;
}
.TagClassName
{
border-color: #00738D;
}
</style>