Shades of Teal #037C8C
Tints of Teal #037C8C
RGB
CMYK
RGB Variations
Color information
#037C8C (or 0x037C8C) is known color: Teal. HEX triplet: 03, 7C and 8C. RGB value is (3,124,140). Sum of RGB (Red+Green+Blue) = 3+124+140=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #037C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037C8C is #FC8373. Grayscale: #595959. Windows color (decimal): -16548724 or 9206787. OLE color: 9206787.
HSL color Cylindrical-coordinate representation of color #037C8C: hue angle of 187.01º 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 #037C8C is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 124 | 140 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.45 |
| HSL | 187.01º | 0.96% | 0.28% | - |
| HSV(B) | 187.01º | 0.98% | 0.55% | - |
| XYZ | 11.98 | 16.33 | 27.33 | - |
| YUV | 89.65 | 156.41 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 140 | 0.98 | 0.11 | 0 | 0.45 | 187.01 | 0.96 | 0.28 |
| Hex | 3 | 7C | 8C | 62 | B | 0 | 2D | BB | 60 | 1C |
| Octal | 3 | 174 | 214 | 142 | 13 | 0 | 55 | 273 | 140 | 34 |
| Binary | 11 | 1111100 | 10001100 | 1100010 | 1011 | 0 | 101101 | 10111011 | 1100000 | 11100 |
Color Harmonies of #037C8C
Complementary color
Monochromatic Colors of #037C8C
Black with #037C8C
Text Example
Text Example
White with #037C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037C8C; }
p { color: rgb(3,124,140); }
H1.HeaderClassName
{
color: #037C8C;
}
.AnyTagClassName
{
color: #037C8C;
}
</style>
background-color css
<style>
a { background-color: #037C8C; }
a { background-color: rgb(3,124,140); }
div.DivClassName
{
background-color: #037C8C;
}
.BgClassName
{
background-color: #037C8C;
}
</style>
border-color css
<style>
span { border-color: #037C8C; }
span { border-color: rgb(3,124,140); }
td.TdClassName
{
border-color: #037C8C;
}
.TagClassName
{
border-color: #037C8C;
}
</style>