#03867C

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

Shades of Teal #03867C

Tints of Teal #03867C

Color information

#03867C (or 0x03867C) is unknown color: approx Teal. HEX triplet: 03, 86 and 7C. RGB value is (3,134,124). Sum of RGB (Red+Green+Blue) = 3+134+124=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #03867C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03867C is #FC7983. Grayscale: #5D5D5D. Windows color (decimal): -16546180 or 8160771. OLE color: 8160771.

HSL color Cylindrical-coordinate representation of color #03867C: hue angle of 175.42º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03867C is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB3134124-
CMYK0.9800.070.47
HSL175.42º95.62%26.86%-
HSV(B)175.42º97.76%52.55%-
XYZ12.218.5222-
YUV93.69145.163.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=1.15%
G=51.34%
B=47.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31341240.9800.070.47175.4295.6226.86
Hex3867C62072Faf601b
Octal3206174142075725714033
Binary111000011011111001100010011110111110101111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03867C; }

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

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

<style>
 a { background-color: #03867C; }

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

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

<style>
 span { border-color: #03867C; }

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

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