#77EABA

Color #77EABA Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #77EABA

Tints of Downy #77EABA

Color information

#77EABA (or 0x77EABA) is unknown color: approx Downy. HEX triplet: 77, EA and BA. RGB value is (119,234,186). Sum of RGB (Red+Green+Blue) = 119+234+186=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #77EABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EABA is #881545. Grayscale: #C2C2C2. Windows color (decimal): -8918342 or 12249719. OLE color: 12249719.

HSL color Cylindrical-coordinate representation of color #77EABA: hue angle of 154.96º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EABA is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB119234186-
CMYK0.4900.210.08
HSL154.96º73.25%69.22%-
HSV(B)154.96º49.15%91.76%-
XYZ45.8966.3156.84-
YUV194.14123.474.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.08%
GREEN value IS 234 (91.80% from 255) = 43.41%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=22.08%
G=43.41%
B=34.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1192341860.4900.210.08154.9673.2569.22
Hex77EABA3101589b4945
Octal1673522726102510233111105
Binary1110111111010101011101011000101010110001001101110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77EABA; }

 p { color: rgb(119,234,186); }

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

<style>
 a { background-color: #77EABA; }

 a { background-color: rgb(119,234,186); }

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

<style>
 span { border-color: #77EABA; }

 span { border-color: rgb(119,234,186); }

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