#04777E

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

Shades of Teal #04777E

Tints of Teal #04777E

Color information

#04777E (or 0x04777E) is unknown color: approx Teal. HEX triplet: 04, 77 and 7E. RGB value is (4,119,126). Sum of RGB (Red+Green+Blue) = 4+119+126=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #04777E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04777E is #FB8881. Grayscale: #555555. Windows color (decimal): -16484482 or 8288004. OLE color: 8288004.

HSL color Cylindrical-coordinate representation of color #04777E: hue angle of 183.44º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04777E is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4119126-
CMYK0.970.0600.51
HSL183.44º93.85%25.49%-
HSV(B)183.44º96.83%49.41%-
XYZ10.4114.7322.03-
YUV85.41150.969.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.61%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 126 (49.61% from 255) = 50.60%
R=1.61%
G=47.79%
B=50.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41191260.970.0600.51183.4493.8525.49
Hex4777E616033b75e19
Octal4167176141606326713631
Binary100111011111111101100001110011001110110111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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