#037E7F

Color #037E7F Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #037E7F

Tints of Teal #037E7F

Color information

#037E7F (or 0x037E7F) is unknown color: approx Teal. HEX triplet: 03, 7E and 7F. RGB value is (3,126,127). Sum of RGB (Red+Green+Blue) = 3+126+127=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #037E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037E7F is #FC8180. Grayscale: #595959. Windows color (decimal): -16548225 or 8355331. OLE color: 8355331.

HSL color Cylindrical-coordinate representation of color #037E7F: hue angle of 180.48º 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 #037E7F is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3126127-
CMYK0.980.0100.50
HSL180.48º95.38%25.49%-
HSV(B)180.48º97.64%49.8%-
XYZ11.3316.4722.66-
YUV89.34149.2566.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.17%
GREEN value IS 126 (49.61% from 255) = 49.22%
BLUE value IS 127 (50% from 255) = 49.61%
R=1.17%
G=49.22%
B=49.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31261270.980.0100.50180.4895.3825.49
Hex37E7F621032b45f19
Octal3176177142106226413731
Binary111111110111111111000101011001010110100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037E7F; }

 p { color: rgb(3,126,127); }

 H1.HeaderClassName
 {
   color: #037E7F;
 }
 .AnyTagClassName
 {
   color: #037E7F;
 }
</style>
background-color css

<style>
 a { background-color: #037E7F; }

 a { background-color: rgb(3,126,127); }

 div.DivClassName
 {
   background-color: #037E7F;
 }
 .BgClassName
 {
   background-color: #037E7F;
 }
</style>
border-color css

<style>
 span { border-color: #037E7F; }

 span { border-color: rgb(3,126,127); }

 td.TdClassName
 {
   border-color: #037E7F;
 }
 .TagClassName
 {
   border-color: #037E7F;
 }
</style>