#77DABD

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

Shades of Downy #77DABD

Tints of Downy #77DABD

Color information

#77DABD (or 0x77DABD) is unknown color: approx Downy. HEX triplet: 77, DA and BD. RGB value is (119,218,189). Sum of RGB (Red+Green+Blue) = 119+218+189=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #77DABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DABD is #882542. Grayscale: #B9B9B9. Windows color (decimal): -8922435 or 12442231. OLE color: 12442231.

HSL color Cylindrical-coordinate representation of color #77DABD: hue angle of 162.42º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77DABD is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB119218189-
CMYK0.4500.130.15
HSL162.42º57.23%66.08%-
HSV(B)162.42º45.41%85.49%-
XYZ41.8657.7457.08-
YUV185.09130.280.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.62%
GREEN value IS 218 (85.55% from 255) = 41.44%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=22.62%
G=41.44%
B=35.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192181890.4500.130.15162.4257.2366.08
Hex77DABD2D0DFa23942
Octal167332275550151724271102
Binary11101111101101010111101101101011011111101000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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