#77E0B6

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

Shades of Downy #77E0B6

Tints of Downy #77E0B6

Color information

#77E0B6 (or 0x77E0B6) is unknown color: approx Downy. HEX triplet: 77, E0 and B6. RGB value is (119,224,182). Sum of RGB (Red+Green+Blue) = 119+224+182=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #77E0B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E0B6 is #881F49. Grayscale: #BBBBBB. Windows color (decimal): -8920906 or 11985015. OLE color: 11985015.

HSL color Cylindrical-coordinate representation of color #77E0B6: hue angle of 156º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E0B6 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB119224182-
CMYK0.4700.190.12
HSL156º62.87%67.25%-
HSV(B)156º46.88%87.84%-
XYZ42.7160.6153.7-
YUV187.82124.7178.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.67%
GREEN value IS 224 (87.89% from 255) = 42.67%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=22.67%
G=42.67%
B=34.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1192241820.4700.190.1215662.8767.25
Hex77E0B62F013C9c3f43
Octal167340266570231423477103
Binary111011111100000101101101011110100111100100111001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,224,182); }

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

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

 a { background-color: rgb(119,224,182); }

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

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

 span { border-color: rgb(119,224,182); }

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