Shades of Teal #00738B
Tints of Teal #00738B
RGB
CMYK
RGB Variations
Color information
#00738B (or 0x00738B) is known color: Teal. HEX triplet: 00, 73 and 8B. RGB value is (0,115,139). Sum of RGB (Red+Green+Blue) = 0+115+139=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #00738B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00738B is #FF8C74. Grayscale: #535353. Windows color (decimal): -16747637 or 9138944. OLE color: 9138944.
HSL color Cylindrical-coordinate representation of color #00738B: hue angle of 190.36º 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 #00738B is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 115 | 139 | - |
| CMYK | 1 | 0.17 | 0 | 0.45 |
| HSL | 190.36º | 1% | 0.27% | - |
| HSV(B) | 190.36º | 1% | 0.55% | - |
| XYZ | 10.79 | 14.13 | 26.58 | - |
| YUV | 83.35 | 159.4 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 139 | 1 | 0.17 | 0 | 0.45 | 190.36 | 1 | 0.27 |
| Hex | 0 | 73 | 8B | 64 | 11 | 0 | 2D | BE | 64 | 1B |
| Octal | 0 | 163 | 213 | 144 | 21 | 0 | 55 | 276 | 144 | 33 |
| Binary | 0 | 1110011 | 10001011 | 1100100 | 10001 | 0 | 101101 | 10111110 | 1100100 | 11011 |
Color Harmonies of #00738B
Complementary color
Monochromatic Colors of #00738B
Black with #00738B
Text Example
Text Example
White with #00738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00738B; }
p { color: rgb(0,115,139); }
H1.HeaderClassName
{
color: #00738B;
}
.AnyTagClassName
{
color: #00738B;
}
</style>
background-color css
<style>
a { background-color: #00738B; }
a { background-color: rgb(0,115,139); }
div.DivClassName
{
background-color: #00738B;
}
.BgClassName
{
background-color: #00738B;
}
</style>
border-color css
<style>
span { border-color: #00738B; }
span { border-color: rgb(0,115,139); }
td.TdClassName
{
border-color: #00738B;
}
.TagClassName
{
border-color: #00738B;
}
</style>