Shades of Teal #037C7F
Tints of Teal #037C7F
RGB
CMYK
RGB Variations
Color information
#037C7F (or 0x037C7F) is known color: Teal. HEX triplet: 03, 7C and 7F. RGB value is (3,124,127). Sum of RGB (Red+Green+Blue) = 3+124+127=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #037C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037C7F is #FC8380. Grayscale: #585858. Windows color (decimal): -16548737 or 8354819. OLE color: 8354819.
HSL color Cylindrical-coordinate representation of color #037C7F: hue angle of 181.45º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037C7F is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 124 | 127 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.50 |
| HSL | 181.45º | 0.95% | 0.25% | - |
| HSV(B) | 181.45º | 0.98% | 0.5% | - |
| XYZ | 11.08 | 15.97 | 22.58 | - |
| YUV | 88.16 | 149.91 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 127 | 0.98 | 0.02 | 0 | 0.50 | 181.45 | 0.95 | 0.25 |
| Hex | 3 | 7C | 7F | 62 | 2 | 0 | 32 | B5 | 5F | 19 |
| Octal | 3 | 174 | 177 | 142 | 2 | 0 | 62 | 265 | 137 | 31 |
| Binary | 11 | 1111100 | 1111111 | 1100010 | 10 | 0 | 110010 | 10110101 | 1011111 | 11001 |
Color Harmonies of #037C7F
Complementary color
Monochromatic Colors of #037C7F
Black with #037C7F
Text Example
Text Example
White with #037C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037C7F; }
p { color: rgb(3,124,127); }
H1.HeaderClassName
{
color: #037C7F;
}
.AnyTagClassName
{
color: #037C7F;
}
</style>
background-color css
<style>
a { background-color: #037C7F; }
a { background-color: rgb(3,124,127); }
div.DivClassName
{
background-color: #037C7F;
}
.BgClassName
{
background-color: #037C7F;
}
</style>
border-color css
<style>
span { border-color: #037C7F; }
span { border-color: rgb(3,124,127); }
td.TdClassName
{
border-color: #037C7F;
}
.TagClassName
{
border-color: #037C7F;
}
</style>