Shades of Teal #037A8C
Tints of Teal #037A8C
RGB
CMYK
RGB Variations
Color information
#037A8C (or 0x037A8C) is known color: Teal. HEX triplet: 03, 7A and 8C. RGB value is (3,122,140). Sum of RGB (Red+Green+Blue) = 3+122+140=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #037A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037A8C is #FC8573. Grayscale: #585858. Windows color (decimal): -16549236 or 9206275. OLE color: 9206275.
HSL color Cylindrical-coordinate representation of color #037A8C: hue angle of 187.88º 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 #037A8C is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 122 | 140 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.45 |
| HSL | 187.88º | 0.96% | 0.28% | - |
| HSV(B) | 187.88º | 0.98% | 0.55% | - |
| XYZ | 11.73 | 15.83 | 27.25 | - |
| YUV | 88.47 | 157.08 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 140 | 0.98 | 0.13 | 0 | 0.45 | 187.88 | 0.96 | 0.28 |
| Hex | 3 | 7A | 8C | 62 | D | 0 | 2D | BC | 60 | 1C |
| Octal | 3 | 172 | 214 | 142 | 15 | 0 | 55 | 274 | 140 | 34 |
| Binary | 11 | 1111010 | 10001100 | 1100010 | 1101 | 0 | 101101 | 10111100 | 1100000 | 11100 |
Color Harmonies of #037A8C
Complementary color
Monochromatic Colors of #037A8C
Black with #037A8C
Text Example
Text Example
White with #037A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A8C; }
p { color: rgb(3,122,140); }
H1.HeaderClassName
{
color: #037A8C;
}
.AnyTagClassName
{
color: #037A8C;
}
</style>
background-color css
<style>
a { background-color: #037A8C; }
a { background-color: rgb(3,122,140); }
div.DivClassName
{
background-color: #037A8C;
}
.BgClassName
{
background-color: #037A8C;
}
</style>
border-color css
<style>
span { border-color: #037A8C; }
span { border-color: rgb(3,122,140); }
td.TdClassName
{
border-color: #037A8C;
}
.TagClassName
{
border-color: #037A8C;
}
</style>