#77DCC5

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

Shades of Downy #77DCC5

Tints of Downy #77DCC5

Color information

#77DCC5 (or 0x77DCC5) is unknown color: approx Downy. HEX triplet: 77, DC and C5. RGB value is (119,220,197). Sum of RGB (Red+Green+Blue) = 119+220+197=536 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.20% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCC5 is #88233A. Grayscale: #BBBBBB. Windows color (decimal): -8921915 or 12967031. OLE color: 12967031.

HSL color Cylindrical-coordinate representation of color #77DCC5: hue angle of 166.34º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DCC5 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB119220197-
CMYK0.4600.100.14
HSL166.34º59.06%66.47%-
HSV(B)166.34º45.91%86.27%-
XYZ43.2859.1461.96-
YUV187.18133.5479.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.20%
GREEN value IS 220 (86.33% from 255) = 41.04%
BLUE value IS 197 (77.34% from 255) = 36.75%
R=22.20%
G=41.04%
B=36.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1192201970.4600.100.14166.3459.0666.47
Hex77DCC52E0AEa63b42
Octal167334305560121624673102
Binary11101111101110011000101101110010101110101001101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,220,197); }

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

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

 a { background-color: rgb(119,220,197); }

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

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

 span { border-color: rgb(119,220,197); }

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