#77D7CE

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

Shades of Downy #77D7CE

Tints of Downy #77D7CE

Color information

#77D7CE (or 0x77D7CE) is unknown color: approx Downy. HEX triplet: 77, D7 and CE. RGB value is (119,215,206). Sum of RGB (Red+Green+Blue) = 119+215+206=540 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.04% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #77D7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D7CE is #882831. Grayscale: #B9B9B9. Windows color (decimal): -8923186 or 13555575. OLE color: 13555575.

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

Color convert

RGB119215206-
CMYK0.4500.040.16
HSL174.38º54.55%65.49%-
HSV(B)174.38º44.65%84.31%-
XYZ43.0556.9867.12-
YUV185.27139.780.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.04%
GREEN value IS 215 (84.38% from 255) = 39.81%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=22.04%
G=39.81%
B=38.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1192152060.4500.040.16174.3854.5565.49
Hex77D7CE2D0410ae3741
Octal16732731655042025667101
Binary11101111101011111001110101101010010000101011101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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