Shades of Teal #03728C
Tints of Teal #03728C
RGB
CMYK
RGB Variations
Color information
#03728C (or 0x03728C) is known color: Teal. HEX triplet: 03, 72 and 8C. RGB value is (3,114,140). Sum of RGB (Red+Green+Blue) = 3+114+140=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #03728C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03728C is #FC8D73. Grayscale: #535353. Windows color (decimal): -16551284 or 9204227. OLE color: 9204227.
HSL color Cylindrical-coordinate representation of color #03728C: hue angle of 191.39º 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 #03728C is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 114 | 140 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.45 |
| HSL | 191.39º | 0.96% | 0.28% | - |
| HSV(B) | 191.39º | 0.98% | 0.55% | - |
| XYZ | 10.79 | 13.95 | 26.93 | - |
| YUV | 83.78 | 159.73 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 140 | 0.98 | 0.19 | 0 | 0.45 | 191.39 | 0.96 | 0.28 |
| Hex | 3 | 72 | 8C | 62 | 13 | 0 | 2D | BF | 60 | 1C |
| Octal | 3 | 162 | 214 | 142 | 23 | 0 | 55 | 277 | 140 | 34 |
| Binary | 11 | 1110010 | 10001100 | 1100010 | 10011 | 0 | 101101 | 10111111 | 1100000 | 11100 |
Color Harmonies of #03728C
Complementary color
Monochromatic Colors of #03728C
Black with #03728C
Text Example
Text Example
White with #03728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03728C; }
p { color: rgb(3,114,140); }
H1.HeaderClassName
{
color: #03728C;
}
.AnyTagClassName
{
color: #03728C;
}
</style>
background-color css
<style>
a { background-color: #03728C; }
a { background-color: rgb(3,114,140); }
div.DivClassName
{
background-color: #03728C;
}
.BgClassName
{
background-color: #03728C;
}
</style>
border-color css
<style>
span { border-color: #03728C; }
span { border-color: rgb(3,114,140); }
td.TdClassName
{
border-color: #03728C;
}
.TagClassName
{
border-color: #03728C;
}
</style>