#037D7F

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

Shades of Teal #037D7F

Tints of Teal #037D7F

Color information

#037D7F (or 0x037D7F) is unknown color: approx Teal. HEX triplet: 03, 7D and 7F. RGB value is (3,125,127). Sum of RGB (Red+Green+Blue) = 3+125+127=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 125 (49.22% from 255 or 49.02% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #037D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037D7F is #FC8280. Grayscale: #585858. Windows color (decimal): -16548481 or 8355075. OLE color: 8355075.

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

Color convert

RGB3125127-
CMYK0.980.0200.50
HSL180.97º95.38%25.49%-
HSV(B)180.97º97.64%49.8%-
XYZ11.216.2222.62-
YUV88.75149.5866.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.18%
GREEN value IS 125 (49.22% from 255) = 49.02%
BLUE value IS 127 (50% from 255) = 49.80%
R=1.18%
G=49.02%
B=49.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31251270.980.0200.50180.9795.3825.49
Hex37D7F622032b55f19
Octal3175177142206226513731
Binary1111111011111111110001010011001010110101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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