#77D7CD

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

Shades of Downy #77D7CD

Tints of Downy #77D7CD

Color information

#77D7CD (or 0x77D7CD) is unknown color: approx Downy. HEX triplet: 77, D7 and CD. RGB value is (119,215,205). Sum of RGB (Red+Green+Blue) = 119+215+205=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #77D7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D7CD is #882832. Grayscale: #B9B9B9. Windows color (decimal): -8923187 or 13490039. OLE color: 13490039.

HSL color Cylindrical-coordinate representation of color #77D7CD: hue angle of 173.75º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D7CD is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB119215205-
CMYK0.4500.050.16
HSL173.75º54.55%65.49%-
HSV(B)173.75º44.65%84.31%-
XYZ42.9356.9366.48-
YUV185.16139.280.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.08%
GREEN value IS 215 (84.38% from 255) = 39.89%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=22.08%
G=39.89%
B=38.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1192152050.4500.050.16173.7554.5565.49
Hex77D7CD2D0510ae3741
Octal16732731555052025667101
Binary11101111101011111001101101101010110000101011101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,215,205); }

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

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

 a { background-color: rgb(119,215,205); }

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

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

 span { border-color: rgb(119,215,205); }

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