#77E3BD

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

Shades of Downy #77E3BD

Tints of Downy #77E3BD

Color information

#77E3BD (or 0x77E3BD) is unknown color: approx Downy. HEX triplet: 77, E3 and BD. RGB value is (119,227,189). Sum of RGB (Red+Green+Blue) = 119+227+189=535 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.24% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #77E3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E3BD is #881C42. Grayscale: #BEBEBE. Windows color (decimal): -8920131 or 12444535. OLE color: 12444535.

HSL color Cylindrical-coordinate representation of color #77E3BD: hue angle of 158.89º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E3BD is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB119227189-
CMYK0.4800.170.11
HSL158.89º65.85%67.84%-
HSV(B)158.89º47.58%89.02%-
XYZ44.2662.5357.88-
YUV190.38127.2277.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.24%
GREEN value IS 227 (89.06% from 255) = 42.43%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=22.24%
G=42.43%
B=35.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1192271890.4800.170.11158.8965.8567.84
Hex77E3BD30011B9f4244
Octal1673432756002113237102104
Binary1110111111000111011110111000001000110111001111110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,227,189); }

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

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

 a { background-color: rgb(119,227,189); }

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

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

 span { border-color: rgb(119,227,189); }

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