Shades of Teal #00738A
Tints of Teal #00738A
RGB
CMYK
RGB Variations
Color information
#00738A (or 0x00738A) is known color: Teal. HEX triplet: 00, 73 and 8A. RGB value is (0,115,138). Sum of RGB (Red+Green+Blue) = 0+115+138=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #00738A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00738A is #FF8C75. Grayscale: #535353. Windows color (decimal): -16747638 or 9073408. OLE color: 9073408.
HSL color Cylindrical-coordinate representation of color #00738A: hue angle of 190º 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 #00738A is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 115 | 138 | - |
| CMYK | 1 | 0.17 | 0 | 0.46 |
| HSL | 190º | 1% | 0.27% | - |
| HSV(B) | 190º | 1% | 0.54% | - |
| XYZ | 10.72 | 14.1 | 26.2 | - |
| YUV | 83.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 138 | 1 | 0.17 | 0 | 0.46 | 190 | 1 | 0.27 |
| Hex | 0 | 73 | 8A | 64 | 11 | 0 | 2E | BE | 64 | 1B |
| Octal | 0 | 163 | 212 | 144 | 21 | 0 | 56 | 276 | 144 | 33 |
| Binary | 0 | 1110011 | 10001010 | 1100100 | 10001 | 0 | 101110 | 10111110 | 1100100 | 11011 |
Color Harmonies of #00738A
Complementary color
Monochromatic Colors of #00738A
Black with #00738A
Text Example
Text Example
White with #00738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00738A; }
p { color: rgb(0,115,138); }
H1.HeaderClassName
{
color: #00738A;
}
.AnyTagClassName
{
color: #00738A;
}
</style>
background-color css
<style>
a { background-color: #00738A; }
a { background-color: rgb(0,115,138); }
div.DivClassName
{
background-color: #00738A;
}
.BgClassName
{
background-color: #00738A;
}
</style>
border-color css
<style>
span { border-color: #00738A; }
span { border-color: rgb(0,115,138); }
td.TdClassName
{
border-color: #00738A;
}
.TagClassName
{
border-color: #00738A;
}
</style>