#03777F

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

Shades of Teal #03777F

Tints of Teal #03777F

Color information

#03777F (or 0x03777F) is unknown color: approx Teal. HEX triplet: 03, 77 and 7F. RGB value is (3,119,127). Sum of RGB (Red+Green+Blue) = 3+119+127=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #03777F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03777F is #FC8880. Grayscale: #555555. Windows color (decimal): -16550017 or 8353539. OLE color: 8353539.

HSL color Cylindrical-coordinate representation of color #03777F: hue angle of 183.87º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03777F is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3119127-
CMYK0.980.0600.50
HSL183.87º95.38%25.49%-
HSV(B)183.87º97.64%49.8%-
XYZ10.4714.7522.37-
YUV85.23151.5769.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 127 (50% from 255) = 51.00%
R=1.20%
G=47.79%
B=51.00%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31191270.980.0600.50183.8795.3825.49
Hex3777F626032b85f19
Octal3167177142606227013731
Binary11111011111111111100010110011001010111000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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