#77E1BE

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

Shades of Downy #77E1BE

Tints of Downy #77E1BE

Color information

#77E1BE (or 0x77E1BE) is unknown color: approx Downy. HEX triplet: 77, E1 and BE. RGB value is (119,225,190). Sum of RGB (Red+Green+Blue) = 119+225+190=534 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.28% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #77E1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E1BE is #881E41. Grayscale: #BDBDBD. Windows color (decimal): -8920642 or 12509559. OLE color: 12509559.

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

Color convert

RGB119225190-
CMYK0.4700.160.12
HSL160.19º63.86%67.45%-
HSV(B)160.19º47.11%88.24%-
XYZ43.8361.4958.27-
YUV189.32128.3877.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.28%
GREEN value IS 225 (88.28% from 255) = 42.13%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=22.28%
G=42.13%
B=35.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1192251900.4700.160.12160.1963.8667.45
Hex77E1BE2F010Ca04043
Octal1673412765702014240100103
Binary1110111111000011011111010111101000011001010000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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