#77D8B9

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

Shades of Downy #77D8B9

Tints of Downy #77D8B9

Color information

#77D8B9 (or 0x77D8B9) is unknown color: approx Downy. HEX triplet: 77, D8 and B9. RGB value is (119,216,185). Sum of RGB (Red+Green+Blue) = 119+216+185=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #77D8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D8B9 is #882746. Grayscale: #B7B7B7. Windows color (decimal): -8922951 or 12179575. OLE color: 12179575.

HSL color Cylindrical-coordinate representation of color #77D8B9: hue angle of 160.82º degrees, saturation: 0.55, 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 #77D8B9 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB119216185-
CMYK0.4500.140.15
HSL160.82º55.43%65.69%-
HSV(B)160.82º44.91%84.71%-
XYZ40.9256.5454.65-
YUV183.46128.8682.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.88%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=22.88%
G=41.54%
B=35.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192161850.4500.140.15160.8255.4365.69
Hex77D8B92D0EFa13742
Octal167330271550161724167102
Binary11101111101100010111001101101011101111101000011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,216,185); }

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

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

 a { background-color: rgb(119,216,185); }

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

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

 span { border-color: rgb(119,216,185); }

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