#77DCCA

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

Shades of Downy #77DCCA

Tints of Downy #77DCCA

Color information

#77DCCA (or 0x77DCCA) is unknown color: approx Downy. HEX triplet: 77, DC and CA. RGB value is (119,220,202). Sum of RGB (Red+Green+Blue) = 119+220+202=541 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.00% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCCA is #882335. Grayscale: #BBBBBB. Windows color (decimal): -8921910 or 13294711. OLE color: 13294711.

HSL color Cylindrical-coordinate representation of color #77DCCA: hue angle of 169.31º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DCCA is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB119220202-
CMYK0.4600.080.14
HSL169.31º59.06%66.47%-
HSV(B)169.31º45.91%86.27%-
XYZ43.8659.3765.03-
YUV187.75136.0478.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.00%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=22.00%
G=40.67%
B=37.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1192202020.4600.080.14169.3159.0666.47
Hex77DCCA2E08Ea93b42
Octal167334312560101625173102
Binary11101111101110011001010101110010001110101010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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