#77D9B9

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

Shades of Downy #77D9B9

Tints of Downy #77D9B9

Color information

#77D9B9 (or 0x77D9B9) is unknown color: approx Downy. HEX triplet: 77, D9 and B9. RGB value is (119,217,185). Sum of RGB (Red+Green+Blue) = 119+217+185=521 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.84% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #77D9B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D9B9 is #882646. Grayscale: #B8B8B8. Windows color (decimal): -8922695 or 12179831. OLE color: 12179831.

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

Color convert

RGB119217185-
CMYK0.4500.150.15
HSL160.41º56.32%65.88%-
HSV(B)160.41º45.16%85.1%-
XYZ41.1857.0554.74-
YUV184.05128.5381.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.84%
GREEN value IS 217 (85.16% from 255) = 41.65%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=22.84%
G=41.65%
B=35.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192171850.4500.150.15160.4156.3265.88
Hex77D9B92D0FFa03842
Octal167331271550171724070102
Binary11101111101100110111001101101011111111101000001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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