#77D7CA

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

Shades of Downy #77D7CA

Tints of Downy #77D7CA

Color information

#77D7CA (or 0x77D7CA) is unknown color: approx Downy. HEX triplet: 77, D7 and CA. RGB value is (119,215,202). Sum of RGB (Red+Green+Blue) = 119+215+202=536 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.20% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #77D7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D7CA is #882835. Grayscale: #B8B8B8. Windows color (decimal): -8923190 or 13293431. OLE color: 13293431.

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

Color convert

RGB119215202-
CMYK0.4500.060.16
HSL171.88º54.55%65.49%-
HSV(B)171.88º44.65%84.31%-
XYZ42.5756.7964.59-
YUV184.81137.781.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.20%
GREEN value IS 215 (84.38% from 255) = 40.11%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=22.20%
G=40.11%
B=37.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1192152020.4500.060.16171.8854.5565.49
Hex77D7CA2D0610ac3741
Octal16732731255062025467101
Binary11101111101011111001010101101011010000101011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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