#03768E

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

Shades of Teal #03768E

Tints of Teal #03768E

Color information

#03768E (or 0x03768E) is unknown color: approx Teal. HEX triplet: 03, 76 and 8E. RGB value is (3,118,142). Sum of RGB (Red+Green+Blue) = 3+118+142=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #03768E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03768E is #FC8971. Grayscale: #565656. Windows color (decimal): -16550258 or 9336323. OLE color: 9336323.

HSL color Cylindrical-coordinate representation of color #03768E: hue angle of 190.36º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03768E is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3118142-
CMYK0.980.1700.44
HSL190.36º95.86%28.43%-
HSV(B)190.36º97.89%55.69%-
XYZ11.414.9327.87-
YUV86.35159.468.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 118 (46.48% from 255) = 44.87%
BLUE value IS 142 (55.86% from 255) = 53.99%
R=1.14%
G=44.87%
B=53.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31181420.980.1700.44190.3695.8628.43
Hex3768E621102Cbe601c
Octal31662161422105427614034
Binary11111011010001110110001010001010110010111110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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