#037D83

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

Shades of Teal #037D83

Tints of Teal #037D83

Color information

#037D83 (or 0x037D83) is unknown color: approx Teal. HEX triplet: 03, 7D and 83. RGB value is (3,125,131). Sum of RGB (Red+Green+Blue) = 3+125+131=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #037D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037D83 is #FC827C. Grayscale: #595959. Windows color (decimal): -16548477 or 8617219. OLE color: 8617219.

HSL color Cylindrical-coordinate representation of color #037D83: hue angle of 182.81º degrees, saturation: 0.96, 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 #037D83 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3125131-
CMYK0.980.0500.49
HSL182.81º95.52%26.27%-
HSV(B)182.81º97.71%51.37%-
XYZ11.4716.3324.02-
YUV89.21151.5866.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.16%
GREEN value IS 125 (49.22% from 255) = 48.26%
BLUE value IS 131 (51.56% from 255) = 50.58%
R=1.16%
G=48.26%
B=50.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31251310.980.0500.49182.8195.5226.27
Hex37D83625031b7601a
Octal3175203142506126714032
Binary111111101100000111100010101011000110110111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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