Html Css Color HEX #04778E Teal

📋 copy color: '#04778E'

red 4 ◦ green 119 ◦ blue 142

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

Shades of Teal #04778E

Tints of Teal #04778E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 1.51%
G = 44.91%
B = 53.58%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04778E (or 0x04778E) is known color: Teal. HEX triplet: 04, 77 and 8E. RGB value is (4,119,142). Sum of RGB (Red+Green+Blue) = 4+119+142=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #04778E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04778E is #FB8871. Grayscale: #575757. Windows color (decimal): -16484466 or 9336580. OLE color: 9336580.

HSL color Cylindrical-coordinate representation of color #04778E: hue angle of 190º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04778E is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 119 142 -
CMYK 0.97 0.16 0 0.44
HSL 190º 0.95% 0.29% -
HSV(B) 190º 0.97% 0.56% -
XYZ 11.53 15.17 27.91 -
YUV 87.24 158.9 68.63 -
System Red Green Blue C M Y K H S L
Decimal 4 119 142 0.97 0.16 0 0.44 190 0.95 0.29
Hex 4 77 8E 61 10 0 2C BE 5F 1D
Octal 4 167 216 141 20 0 54 276 137 35
Binary 100 1110111 10001110 1100001 10000 0 101100 10111110 1011111 11101

Color Harmonies of #04778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04778E

Black with #04778E

Text Example


Text Example

White with #04778E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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