#03798D

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

Shades of Teal #03798D

Tints of Teal #03798D

Color information

#03798D (or 0x03798D) is unknown color: approx Teal. HEX triplet: 03, 79 and 8D. RGB value is (3,121,141). Sum of RGB (Red+Green+Blue) = 3+121+141=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #03798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03798D is #FC8672. Grayscale: #575757. Windows color (decimal): -16549491 or 9271555. OLE color: 9271555.

HSL color Cylindrical-coordinate representation of color #03798D: hue angle of 188.7º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03798D is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3121141-
CMYK0.980.1400.45
HSL188.7º95.83%28.24%-
HSV(B)188.7º97.87%55.29%-
XYZ11.6815.6227.6-
YUV88157.9167.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.13%
GREEN value IS 121 (47.66% from 255) = 45.66%
BLUE value IS 141 (55.47% from 255) = 53.21%
R=1.13%
G=45.66%
B=53.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31211410.980.1400.45188.795.8328.24
Hex3798D62E02Dbd601c
Octal31712151421605527514034
Binary1111110011000110111000101110010110110111101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03798D; }

 p { color: rgb(3,121,141); }

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

<style>
 a { background-color: #03798D; }

 a { background-color: rgb(3,121,141); }

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

<style>
 span { border-color: #03798D; }

 span { border-color: rgb(3,121,141); }

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