#77DEBD

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

Shades of Downy #77DEBD

Tints of Downy #77DEBD

Color information

#77DEBD (or 0x77DEBD) is unknown color: approx Downy. HEX triplet: 77, DE and BD. RGB value is (119,222,189). Sum of RGB (Red+Green+Blue) = 119+222+189=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DEBD is #882142. Grayscale: #BBBBBB. Windows color (decimal): -8921411 or 12443255. OLE color: 12443255.

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

Color convert

RGB119222189-
CMYK0.4600.150.13
HSL160.78º60.95%66.86%-
HSV(B)160.78º46.4%87.06%-
XYZ42.9159.8457.43-
YUV187.44128.8879.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.45%
GREEN value IS 222 (87.11% from 255) = 41.89%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=22.45%
G=41.89%
B=35.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192221890.4600.150.13160.7860.9566.86
Hex77DEBD2E0FDa13d43
Octal167336275560171524175103
Binary11101111101111010111101101110011111101101000011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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