#77EAB4

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

Shades of Downy #77EAB4

Tints of Downy #77EAB4

Color information

#77EAB4 (or 0x77EAB4) is unknown color: approx Downy. HEX triplet: 77, EA and B4. RGB value is (119,234,180). Sum of RGB (Red+Green+Blue) = 119+234+180=533 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.33% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EAB4 is #88154B. Grayscale: #C1C1C1. Windows color (decimal): -8918348 or 11856503. OLE color: 11856503.

HSL color Cylindrical-coordinate representation of color #77EAB4: hue angle of 151.83º 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 #77EAB4 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB119234180-
CMYK0.4900.230.08
HSL151.83º73.25%69.22%-
HSV(B)151.83º49.15%91.76%-
XYZ45.2766.0653.55-
YUV193.46120.474.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.33%
GREEN value IS 234 (91.80% from 255) = 43.90%
BLUE value IS 180 (70.70% from 255) = 33.77%
R=22.33%
G=43.90%
B=33.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1192341800.4900.230.08151.8373.2569.22
Hex77EAB4310178984945
Octal1673522646102710230111105
Binary1110111111010101011010011000101011110001001100010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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