#03867E

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

Shades of Teal #03867E

Tints of Teal #03867E

Color information

#03867E (or 0x03867E) is unknown color: approx Teal. HEX triplet: 03, 86 and 7E. RGB value is (3,134,126). Sum of RGB (Red+Green+Blue) = 3+134+126=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #03867E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03867E is #FC7981. Grayscale: #5D5D5D. Windows color (decimal): -16546178 or 8291843. OLE color: 8291843.

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

Color convert

RGB3134126-
CMYK0.9800.060.47
HSL176.34º95.62%26.86%-
HSV(B)176.34º97.76%52.55%-
XYZ12.3318.5822.67-
YUV93.92146.163.15-

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.95%
BLUE value IS 126 (49.61% from 255) = 47.91%
R=1.14%
G=50.95%
B=47.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31341260.9800.060.47176.3495.6226.86
Hex3867E62062Fb0601b
Octal3206176142065726014033
Binary111000011011111101100010011010111110110000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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