Html Css Color HEX #03778D Teal

📋 copy color: '#03778D'

red 3 ◦ green 119 ◦ blue 141

#03778D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #03778D

Tints of Teal #03778D

RGB

 RED value IS 3 (1.56% from 255) = 1.14%

 GREEN value IS 119 (46.88% from 255) = 45.25%

 BLUE value IS 141 (55.47% from 255) = 53.61%

R = 1.14%
G = 45.25%
B = 53.61%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03778D (or 0x03778D) is known color: Teal. HEX triplet: 03, 77 and 8D. RGB value is (3,119,141). Sum of RGB (Red+Green+Blue) = 3+119+141=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #03778D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03778D is #FC8872. Grayscale: #565656. Windows color (decimal): -16550003 or 9271043. OLE color: 9271043.

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

Color convert

RGB 3 119 141 -
CMYK 0.98 0.16 0 0.45
HSL 189.57º 0.96% 0.28% -
HSV(B) 189.57º 0.98% 0.55% -
XYZ 11.44 15.14 27.52 -
YUV 86.82 158.57 68.21 -
System Red Green Blue C M Y K H S L
Decimal 3 119 141 0.98 0.16 0 0.45 189.57 0.96 0.28
Hex 3 77 8D 62 10 0 2D BE 60 1C
Octal 3 167 215 142 20 0 55 276 140 34
Binary 11 1110111 10001101 1100010 10000 0 101101 10111110 1100000 11100

Color Harmonies of #03778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03778D

Black with #03778D

Text Example


Text Example

White with #03778D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03778D;
 }
 .AnyTagClassName
 {
   color: #03778D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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