Shades of Teal #037E82
Tints of Teal #037E82
RGB
CMYK
RGB Variations
Color information
#037E82 (or 0x037E82) is known color: Teal. HEX triplet: 03, 7E and 82. RGB value is (3,126,130). Sum of RGB (Red+Green+Blue) = 3+126+130=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #037E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037E82 is #FC817D. Grayscale: #595959. Windows color (decimal): -16548222 or 8551939. OLE color: 8551939.
HSL color Cylindrical-coordinate representation of color #037E82: hue angle of 181.89º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037E82 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 126 | 130 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.49 |
| HSL | 181.89º | 0.95% | 0.26% | - |
| HSV(B) | 181.89º | 0.98% | 0.51% | - |
| XYZ | 11.53 | 16.55 | 23.71 | - |
| YUV | 89.68 | 150.75 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 130 | 0.98 | 0.03 | 0 | 0.49 | 181.89 | 0.95 | 0.26 |
| Hex | 3 | 7E | 82 | 62 | 3 | 0 | 31 | B6 | 5F | 1A |
| Octal | 3 | 176 | 202 | 142 | 3 | 0 | 61 | 266 | 137 | 32 |
| Binary | 11 | 1111110 | 10000010 | 1100010 | 11 | 0 | 110001 | 10110110 | 1011111 | 11010 |
Color Harmonies of #037E82
Complementary color
Monochromatic Colors of #037E82
Black with #037E82
Text Example
Text Example
White with #037E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037E82; }
p { color: rgb(3,126,130); }
H1.HeaderClassName
{
color: #037E82;
}
.AnyTagClassName
{
color: #037E82;
}
</style>
background-color css
<style>
a { background-color: #037E82; }
a { background-color: rgb(3,126,130); }
div.DivClassName
{
background-color: #037E82;
}
.BgClassName
{
background-color: #037E82;
}
</style>
border-color css
<style>
span { border-color: #037E82; }
span { border-color: rgb(3,126,130); }
td.TdClassName
{
border-color: #037E82;
}
.TagClassName
{
border-color: #037E82;
}
</style>