#03767F

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

Shades of Teal #03767F

Tints of Teal #03767F

Color information

#03767F (or 0x03767F) is unknown color: approx Teal. HEX triplet: 03, 76 and 7F. RGB value is (3,118,127). Sum of RGB (Red+Green+Blue) = 3+118+127=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #03767F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03767F is #FC8980. Grayscale: #545454. Windows color (decimal): -16550273 or 8353283. OLE color: 8353283.

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

Color convert

RGB3118127-
CMYK0.980.0700.50
HSL184.35º95.38%25.49%-
HSV(B)184.35º97.64%49.8%-
XYZ10.3514.5122.33-
YUV84.64151.969.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.21%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 127 (50% from 255) = 51.21%
R=1.21%
G=47.58%
B=51.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31181270.980.0700.50184.3595.3825.49
Hex3767F627032b85f19
Octal3166177142706227013731
Binary11111011011111111100010111011001010111000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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