Shades of Teal #03738D
Tints of Teal #03738D
RGB
CMYK
RGB Variations
Color information
#03738D (or 0x03738D) is known color: Teal. HEX triplet: 03, 73 and 8D. RGB value is (3,115,141). Sum of RGB (Red+Green+Blue) = 3+115+141=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #03738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03738D is #FC8C72. Grayscale: #545454. Windows color (decimal): -16551027 or 9270019. OLE color: 9270019.
HSL color Cylindrical-coordinate representation of color #03738D: hue angle of 191.3º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03738D is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 115 | 141 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.45 |
| HSL | 191.3º | 0.96% | 0.28% | - |
| HSV(B) | 191.3º | 0.98% | 0.55% | - |
| XYZ | 10.98 | 14.2 | 27.36 | - |
| YUV | 84.48 | 159.89 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 115 | 141 | 0.98 | 0.18 | 0 | 0.45 | 191.3 | 0.96 | 0.28 |
| Hex | 3 | 73 | 8D | 62 | 12 | 0 | 2D | BF | 60 | 1C |
| Octal | 3 | 163 | 215 | 142 | 22 | 0 | 55 | 277 | 140 | 34 |
| Binary | 11 | 1110011 | 10001101 | 1100010 | 10010 | 0 | 101101 | 10111111 | 1100000 | 11100 |
Color Harmonies of #03738D
Complementary color
Monochromatic Colors of #03738D
Black with #03738D
Text Example
Text Example
White with #03738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03738D; }
p { color: rgb(3,115,141); }
H1.HeaderClassName
{
color: #03738D;
}
.AnyTagClassName
{
color: #03738D;
}
</style>
background-color css
<style>
a { background-color: #03738D; }
a { background-color: rgb(3,115,141); }
div.DivClassName
{
background-color: #03738D;
}
.BgClassName
{
background-color: #03738D;
}
</style>
border-color css
<style>
span { border-color: #03738D; }
span { border-color: rgb(3,115,141); }
td.TdClassName
{
border-color: #03738D;
}
.TagClassName
{
border-color: #03738D;
}
</style>