#77E1B9

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

Shades of Downy #77E1B9

Tints of Downy #77E1B9

Color information

#77E1B9 (or 0x77E1B9) is unknown color: approx Downy. HEX triplet: 77, E1 and B9. RGB value is (119,225,185). Sum of RGB (Red+Green+Blue) = 119+225+185=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #77E1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E1B9 is #881E46. Grayscale: #BCBCBC. Windows color (decimal): -8920647 or 12181879. OLE color: 12181879.

HSL color Cylindrical-coordinate representation of color #77E1B9: hue angle of 157.36º degrees, saturation: 0.64, 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 #77E1B9 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB119225185-
CMYK0.4700.180.12
HSL157.36º63.86%67.45%-
HSV(B)157.36º47.11%88.24%-
XYZ43.2961.2855.44-
YUV188.75125.8878.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.50%
GREEN value IS 225 (88.28% from 255) = 42.53%
BLUE value IS 185 (72.66% from 255) = 34.97%
R=22.50%
G=42.53%
B=34.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1192251850.4700.180.12157.3663.8667.45
Hex77E1B92F012C9d4043
Octal1673412715702214235100103
Binary1110111111000011011100110111101001011001001110110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,225,185); }

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

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

 a { background-color: rgb(119,225,185); }

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

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

 span { border-color: rgb(119,225,185); }

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