#77D5CE

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

Shades of Downy #77D5CE

Tints of Downy #77D5CE

Color information

#77D5CE (or 0x77D5CE) is unknown color: approx Downy. HEX triplet: 77, D5 and CE. RGB value is (119,213,206). Sum of RGB (Red+Green+Blue) = 119+213+206=538 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.12% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #77D5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D5CE is #882A31. Grayscale: #B8B8B8. Windows color (decimal): -8923698 or 13555063. OLE color: 13555063.

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

Color convert

RGB119213206-
CMYK0.4400.030.16
HSL175.53º52.81%65.1%-
HSV(B)175.53º44.13%83.53%-
XYZ42.5455.9766.95-
YUV184.1140.3681.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.12%
GREEN value IS 213 (83.59% from 255) = 39.59%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=22.12%
G=39.59%
B=38.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1192132060.4400.030.16175.5352.8165.1
Hex77D5CE2C0310b03541
Octal16732531654032026065101
Binary1110111110101011100111010110001110000101100001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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