#77E0BF

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

Shades of Downy #77E0BF

Tints of Downy #77E0BF

Color information

#77E0BF (or 0x77E0BF) is unknown color: approx Downy. HEX triplet: 77, E0 and BF. RGB value is (119,224,191). Sum of RGB (Red+Green+Blue) = 119+224+191=534 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.28% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #77E0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E0BF is #881F40. Grayscale: #BCBCBC. Windows color (decimal): -8920897 or 12574839. OLE color: 12574839.

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

Color convert

RGB119224191-
CMYK0.4700.150.12
HSL161.14º62.87%67.25%-
HSV(B)161.14º46.88%87.84%-
XYZ43.6760.9958.76-
YUV188.84129.2178.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.28%
GREEN value IS 224 (87.89% from 255) = 41.95%
BLUE value IS 191 (75% from 255) = 35.77%
R=22.28%
G=41.95%
B=35.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1192241910.4700.150.12161.1462.8767.25
Hex77E0BF2F0FCa13f43
Octal167340277570171424177103
Binary11101111110000010111111101111011111100101000011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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