Shades of Teal #00748D
Tints of Teal #00748D
RGB
CMYK
RGB Variations
Color information
#00748D (or 0x00748D) is known color: Teal. HEX triplet: 00, 74 and 8D. RGB value is (0,116,141). Sum of RGB (Red+Green+Blue) = 0+116+141=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #00748D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00748D is #FF8B72. Grayscale: #535353. Windows color (decimal): -16747379 or 9270272. OLE color: 9270272.
HSL color Cylindrical-coordinate representation of color #00748D: hue angle of 190.64º 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 #00748D is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 116 | 141 | - |
| CMYK | 1 | 0.18 | 0 | 0.45 |
| HSL | 190.64º | 1% | 0.28% | - |
| HSV(B) | 190.64º | 1% | 0.55% | - |
| XYZ | 11.05 | 14.41 | 27.4 | - |
| YUV | 84.17 | 160.07 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 141 | 1 | 0.18 | 0 | 0.45 | 190.64 | 1 | 0.28 |
| Hex | 0 | 74 | 8D | 64 | 12 | 0 | 2D | BF | 64 | 1C |
| Octal | 0 | 164 | 215 | 144 | 22 | 0 | 55 | 277 | 144 | 34 |
| Binary | 0 | 1110100 | 10001101 | 1100100 | 10010 | 0 | 101101 | 10111111 | 1100100 | 11100 |
Color Harmonies of #00748D
Complementary color
Monochromatic Colors of #00748D
Black with #00748D
Text Example
Text Example
White with #00748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00748D; }
p { color: rgb(0,116,141); }
H1.HeaderClassName
{
color: #00748D;
}
.AnyTagClassName
{
color: #00748D;
}
</style>
background-color css
<style>
a { background-color: #00748D; }
a { background-color: rgb(0,116,141); }
div.DivClassName
{
background-color: #00748D;
}
.BgClassName
{
background-color: #00748D;
}
</style>
border-color css
<style>
span { border-color: #00748D; }
span { border-color: rgb(0,116,141); }
td.TdClassName
{
border-color: #00748D;
}
.TagClassName
{
border-color: #00748D;
}
</style>