#03867F

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

Shades of Teal #03867F

Tints of Teal #03867F

Color information

#03867F (or 0x03867F) is unknown color: approx Teal. HEX triplet: 03, 86 and 7F. RGB value is (3,134,127). Sum of RGB (Red+Green+Blue) = 3+134+127=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #03867F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03867F is #FC7980. Grayscale: #5D5D5D. Windows color (decimal): -16546177 or 8357379. OLE color: 8357379.

HSL color Cylindrical-coordinate representation of color #03867F: hue angle of 176.79º 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 #03867F is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB3134127-
CMYK0.9800.050.47
HSL176.79º95.62%26.86%-
HSV(B)176.79º97.76%52.55%-
XYZ12.3918.623.02-
YUV94.03146.663.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 134 (52.73% from 255) = 50.76%
BLUE value IS 127 (50% from 255) = 48.11%
R=1.14%
G=50.76%
B=48.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31341270.9800.050.47176.7995.6226.86
Hex3867F62052Fb1601b
Octal3206177142055726114033
Binary111000011011111111100010010110111110110001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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