#037D8B

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

Shades of Teal #037D8B

Tints of Teal #037D8B

Color information

#037D8B (or 0x037D8B) is unknown color: approx Teal. HEX triplet: 03, 7D and 8B. RGB value is (3,125,139). Sum of RGB (Red+Green+Blue) = 3+125+139=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #037D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037D8B is #FC8274. Grayscale: #595959. Windows color (decimal): -16548469 or 9141507. OLE color: 9141507.

HSL color Cylindrical-coordinate representation of color #037D8B: hue angle of 186.18º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037D8B is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3125139-
CMYK0.980.1000.45
HSL186.18º95.77%27.84%-
HSV(B)186.18º97.84%54.51%-
XYZ12.0316.5526.99-
YUV90.12155.5865.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 125 (49.22% from 255) = 46.82%
BLUE value IS 139 (54.69% from 255) = 52.06%
R=1.12%
G=46.82%
B=52.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31251390.980.1000.45186.1895.7727.84
Hex37D8B62A02Dba601c
Octal31752131421205527214034
Binary1111111011000101111000101010010110110111010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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