Shades of Teal #037A8A
Tints of Teal #037A8A
RGB
CMYK
RGB Variations
Color information
#037A8A (or 0x037A8A) is known color: Teal. HEX triplet: 03, 7A and 8A. RGB value is (3,122,138). Sum of RGB (Red+Green+Blue) = 3+122+138=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #037A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037A8A is #FC8575. Grayscale: #585858. Windows color (decimal): -16549238 or 9075203. OLE color: 9075203.
HSL color Cylindrical-coordinate representation of color #037A8A: hue angle of 187.11º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037A8A is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 122 | 138 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.46 |
| HSL | 187.11º | 0.96% | 0.28% | - |
| HSV(B) | 187.11º | 0.98% | 0.54% | - |
| XYZ | 11.58 | 15.77 | 26.48 | - |
| YUV | 88.24 | 156.08 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 138 | 0.98 | 0.12 | 0 | 0.46 | 187.11 | 0.96 | 0.28 |
| Hex | 3 | 7A | 8A | 62 | C | 0 | 2E | BB | 60 | 1C |
| Octal | 3 | 172 | 212 | 142 | 14 | 0 | 56 | 273 | 140 | 34 |
| Binary | 11 | 1111010 | 10001010 | 1100010 | 1100 | 0 | 101110 | 10111011 | 1100000 | 11100 |
Color Harmonies of #037A8A
Complementary color
Monochromatic Colors of #037A8A
Black with #037A8A
Text Example
Text Example
White with #037A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A8A; }
p { color: rgb(3,122,138); }
H1.HeaderClassName
{
color: #037A8A;
}
.AnyTagClassName
{
color: #037A8A;
}
</style>
background-color css
<style>
a { background-color: #037A8A; }
a { background-color: rgb(3,122,138); }
div.DivClassName
{
background-color: #037A8A;
}
.BgClassName
{
background-color: #037A8A;
}
</style>
border-color css
<style>
span { border-color: #037A8A; }
span { border-color: rgb(3,122,138); }
td.TdClassName
{
border-color: #037A8A;
}
.TagClassName
{
border-color: #037A8A;
}
</style>