#77D6CC

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

Shades of Downy #77D6CC

Tints of Downy #77D6CC

Color information

#77D6CC (or 0x77D6CC) is unknown color: approx Downy. HEX triplet: 77, D6 and CC. RGB value is (119,214,204). Sum of RGB (Red+Green+Blue) = 119+214+204=537 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.16% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #77D6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D6CC is #882933. Grayscale: #B8B8B8. Windows color (decimal): -8923444 or 13424247. OLE color: 13424247.

HSL color Cylindrical-coordinate representation of color #77D6CC: hue angle of 173.68º degrees, saturation: 0.54, 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 #77D6CC is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB119214204-
CMYK0.4400.050.16
HSL173.68º53.67%65.29%-
HSV(B)173.68º44.39%83.92%-
XYZ42.5556.3765.77-
YUV184.46139.0381.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.16%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=22.16%
G=39.85%
B=37.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1192142040.4400.050.16173.6853.6765.29
Hex77D6CC2C0510ae3641
Octal16732631454052025666101
Binary11101111101011011001100101100010110000101011101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,214,204); }

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

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

 a { background-color: rgb(119,214,204); }

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

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

 span { border-color: rgb(119,214,204); }

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