Html Css Color HEX #04778C Teal

📋 copy color: '#04778C'

red 4 ◦ green 119 ◦ blue 140

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

Shades of Teal #04778C

Tints of Teal #04778C

RGB

 RED value IS 4 (1.95% from 255) = 1.52%

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

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

R = 1.52%
G = 45.25%
B = 53.23%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04778C (or 0x04778C) is known color: Teal. HEX triplet: 04, 77 and 8C. RGB value is (4,119,140). Sum of RGB (Red+Green+Blue) = 4+119+140=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #04778C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04778C is #FB8873. Grayscale: #565656. Windows color (decimal): -16484468 or 9205508. OLE color: 9205508.

HSL color Cylindrical-coordinate representation of color #04778C: hue angle of 189.26º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04778C is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 119 140 -
CMYK 0.97 0.15 0 0.45
HSL 189.26º 0.94% 0.28% -
HSV(B) 189.26º 0.97% 0.55% -
XYZ 11.38 15.11 27.13 -
YUV 87.01 157.9 68.79 -
System Red Green Blue C M Y K H S L
Decimal 4 119 140 0.97 0.15 0 0.45 189.26 0.94 0.28
Hex 4 77 8C 61 F 0 2D BD 5E 1C
Octal 4 167 214 141 17 0 55 275 136 34
Binary 100 1110111 10001100 1100001 1111 0 101101 10111101 1011110 11100

Color Harmonies of #04778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04778C

Black with #04778C

Text Example


Text Example

White with #04778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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