#03798B

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

Shades of Teal #03798B

Tints of Teal #03798B

Color information

#03798B (or 0x03798B) is unknown color: approx Teal. HEX triplet: 03, 79 and 8B. RGB value is (3,121,139). Sum of RGB (Red+Green+Blue) = 3+121+139=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #03798B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03798B is #FC8674. Grayscale: #575757. Windows color (decimal): -16549493 or 9140483. OLE color: 9140483.

HSL color Cylindrical-coordinate representation of color #03798B: hue angle of 187.94º 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 #03798B is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3121139-
CMYK0.980.1300.45
HSL187.94º95.77%27.84%-
HSV(B)187.94º97.84%54.51%-
XYZ11.5415.5626.82-
YUV87.77156.9167.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 139 (54.69% from 255) = 52.85%
R=1.14%
G=46.01%
B=52.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31211390.980.1300.45187.9495.7727.84
Hex3798B62D02Dbc601c
Octal31712131421505527414034
Binary1111110011000101111000101101010110110111100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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