Shades of Teal #037C8D
Tints of Teal #037C8D
RGB
CMYK
RGB Variations
Color information
#037C8D (or 0x037C8D) is known color: Teal. HEX triplet: 03, 7C and 8D. RGB value is (3,124,141). Sum of RGB (Red+Green+Blue) = 3+124+141=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #037C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037C8D is #FC8372. Grayscale: #595959. Windows color (decimal): -16548723 or 9272323. OLE color: 9272323.
HSL color Cylindrical-coordinate representation of color #037C8D: hue angle of 187.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 #037C8D is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 124 | 141 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.45 |
| HSL | 187.39º | 0.96% | 0.28% | - |
| HSV(B) | 187.39º | 0.98% | 0.55% | - |
| XYZ | 12.05 | 16.36 | 27.72 | - |
| YUV | 89.76 | 156.91 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 141 | 0.98 | 0.12 | 0 | 0.45 | 187.39 | 0.96 | 0.28 |
| Hex | 3 | 7C | 8D | 62 | C | 0 | 2D | BB | 60 | 1C |
| Octal | 3 | 174 | 215 | 142 | 14 | 0 | 55 | 273 | 140 | 34 |
| Binary | 11 | 1111100 | 10001101 | 1100010 | 1100 | 0 | 101101 | 10111011 | 1100000 | 11100 |
Color Harmonies of #037C8D
Complementary color
Monochromatic Colors of #037C8D
Black with #037C8D
Text Example
Text Example
White with #037C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037C8D; }
p { color: rgb(3,124,141); }
H1.HeaderClassName
{
color: #037C8D;
}
.AnyTagClassName
{
color: #037C8D;
}
</style>
background-color css
<style>
a { background-color: #037C8D; }
a { background-color: rgb(3,124,141); }
div.DivClassName
{
background-color: #037C8D;
}
.BgClassName
{
background-color: #037C8D;
}
</style>
border-color css
<style>
span { border-color: #037C8D; }
span { border-color: rgb(3,124,141); }
td.TdClassName
{
border-color: #037C8D;
}
.TagClassName
{
border-color: #037C8D;
}
</style>