#78CAC2

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

Shades of Downy #78CAC2

Tints of Downy #78CAC2

Color information

#78CAC2 (or 0x78CAC2) is unknown color: approx Downy. HEX triplet: 78, CA and C2. RGB value is (120,202,194). Sum of RGB (Red+Green+Blue) = 120+202+194=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #78CAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CAC2 is #87353D. Grayscale: #B0B0B0. Windows color (decimal): -8860990 or 12765816. OLE color: 12765816.

HSL color Cylindrical-coordinate representation of color #78CAC2: hue angle of 174.15º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CAC2 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB120202194-
CMYK0.4100.040.21
HSL174.15º43.62%63.14%-
HSV(B)174.15º40.59%79.22%-
XYZ38.650.1358.68-
YUV176.57137.8387.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.26%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 194 (76.17% from 255) = 37.60%
R=23.26%
G=39.15%
B=37.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1202021940.4100.040.21174.1543.6263.14
Hex78CAC2290415ae2c3f
Octal1703123025104252565477
Binary1111000110010101100001010100101001010110101110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78CAC2; }

 p { color: rgb(120,202,194); }

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

<style>
 a { background-color: #78CAC2; }

 a { background-color: rgb(120,202,194); }

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

<style>
 span { border-color: #78CAC2; }

 span { border-color: rgb(120,202,194); }

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