#037C8C

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

Shades of Teal #037C8C

Tints of Teal #037C8C

Color information

#037C8C (or 0x037C8C) is unknown color: approx Teal. HEX triplet: 03, 7C and 8C. RGB value is (3,124,140). Sum of RGB (Red+Green+Blue) = 3+124+140=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #037C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037C8C is #FC8373. Grayscale: #595959. Windows color (decimal): -16548724 or 9206787. OLE color: 9206787.

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

Color convert

RGB3124140-
CMYK0.980.1100.45
HSL187.01º95.8%28.04%-
HSV(B)187.01º97.86%54.9%-
XYZ11.9816.3327.33-
YUV89.65156.4166.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 124 (48.83% from 255) = 46.44%
BLUE value IS 140 (55.08% from 255) = 52.43%
R=1.12%
G=46.44%
B=52.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31241400.980.1100.45187.0195.828.04
Hex37C8C62B02Dbb601c
Octal31742141421305527314034
Binary1111111001000110011000101011010110110111011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,124,140); }

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

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

 a { background-color: rgb(3,124,140); }

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

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

 span { border-color: rgb(3,124,140); }

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