Html Css Color HEX #03778C Teal

📋 copy color: '#03778C'

red 3 ◦ green 119 ◦ blue 140

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

Shades of Teal #03778C

Tints of Teal #03778C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.44%

R = 1.15%
G = 45.42%
B = 53.44%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03778C (or 0x03778C) is known color: Teal. HEX triplet: 03, 77 and 8C. RGB value is (3,119,140). Sum of RGB (Red+Green+Blue) = 3+119+140=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #03778C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03778C is #FC8873. Grayscale: #565656. Windows color (decimal): -16550004 or 9205507. OLE color: 9205507.

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

Color convert

RGB 3 119 140 -
CMYK 0.98 0.15 0 0.45
HSL 189.2º 0.96% 0.28% -
HSV(B) 189.2º 0.98% 0.55% -
XYZ 11.37 15.11 27.13 -
YUV 86.71 158.07 68.29 -
System Red Green Blue C M Y K H S L
Decimal 3 119 140 0.98 0.15 0 0.45 189.2 0.96 0.28
Hex 3 77 8C 62 F 0 2D BD 60 1C
Octal 3 167 214 142 17 0 55 275 140 34
Binary 11 1110111 10001100 1100010 1111 0 101101 10111101 1100000 11100

Color Harmonies of #03778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03778C

Black with #03778C

Text Example


Text Example

White with #03778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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