#77D8BF

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

Shades of Downy #77D8BF

Tints of Downy #77D8BF

Color information

#77D8BF (or 0x77D8BF) is unknown color: approx Downy. HEX triplet: 77, D8 and BF. RGB value is (119,216,191). Sum of RGB (Red+Green+Blue) = 119+216+191=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #77D8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D8BF is #882740. Grayscale: #B8B8B8. Windows color (decimal): -8922945 or 12572791. OLE color: 12572791.

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

Color convert

RGB119216191-
CMYK0.4500.120.15
HSL164.54º55.43%65.69%-
HSV(B)164.54º44.91%84.71%-
XYZ41.5756.858.06-
YUV184.15131.8681.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.62%
GREEN value IS 216 (84.77% from 255) = 41.06%
BLUE value IS 191 (75% from 255) = 36.31%
R=22.62%
G=41.06%
B=36.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192161910.4500.120.15164.5455.4365.69
Hex77D8BF2D0CFa53742
Octal167330277550141724567102
Binary11101111101100010111111101101011001111101001011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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