#03877C

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

Shades of Teal #03877C

Tints of Teal #03877C

Color information

#03877C (or 0x03877C) is unknown color: approx Teal. HEX triplet: 03, 87 and 7C. RGB value is (3,135,124). Sum of RGB (Red+Green+Blue) = 3+135+124=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #03877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03877C is #FC7883. Grayscale: #5E5E5E. Windows color (decimal): -16545924 or 8161027. OLE color: 8161027.

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

Color convert

RGB3135124-
CMYK0.9800.080.47
HSL175º95.65%27.06%-
HSV(B)175º97.78%52.94%-
XYZ12.3418.822.05-
YUV94.28144.7762.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 135 (53.12% from 255) = 51.53%
BLUE value IS 124 (48.83% from 255) = 47.33%
R=1.15%
G=51.53%
B=47.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31351240.9800.080.4717595.6527.06
Hex3877C62082Faf601b
Octal32071741420105725714033
Binary1110000111111110011000100100010111110101111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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