#77DEBF

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

Shades of Downy #77DEBF

Tints of Downy #77DEBF

Color information

#77DEBF (or 0x77DEBF) is unknown color: approx Downy. HEX triplet: 77, DE and BF. RGB value is (119,222,191). Sum of RGB (Red+Green+Blue) = 119+222+191=532 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.37% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DEBF is #882140. Grayscale: #BBBBBB. Windows color (decimal): -8921409 or 12574327. OLE color: 12574327.

HSL color Cylindrical-coordinate representation of color #77DEBF: hue angle of 161.94º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DEBF is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB119222191-
CMYK0.4600.140.13
HSL161.94º60.95%66.86%-
HSV(B)161.94º46.4%87.06%-
XYZ43.1359.9358.58-
YUV187.67129.8879.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.37%
GREEN value IS 222 (87.11% from 255) = 41.73%
BLUE value IS 191 (75% from 255) = 35.90%
R=22.37%
G=41.73%
B=35.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192221910.4600.140.13161.9460.9566.86
Hex77DEBF2E0EDa23d43
Octal167336277560161524275103
Binary11101111101111010111111101110011101101101000101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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