#78DFC0

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

Shades of Downy #78DFC0

Tints of Downy #78DFC0

Color information

#78DFC0 (or 0x78DFC0) is unknown color: approx Downy. HEX triplet: 78, DF and C0. RGB value is (120,223,192). Sum of RGB (Red+Green+Blue) = 120+223+192=535 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.43% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #78DFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DFC0 is #87203F. Grayscale: #BCBCBC. Windows color (decimal): -8855616 or 12640120. OLE color: 12640120.

HSL color Cylindrical-coordinate representation of color #78DFC0: hue angle of 161.94º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DFC0 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB120223192-
CMYK0.4600.140.13
HSL161.94º61.68%67.25%-
HSV(B)161.94º46.19%87.45%-
XYZ43.6560.5759.26-
YUV188.67129.8879.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.43%
GREEN value IS 223 (87.5% from 255) = 41.68%
BLUE value IS 192 (75.39% from 255) = 35.89%
R=22.43%
G=41.68%
B=35.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1202231920.4600.140.13161.9461.6867.25
Hex78DFC02E0EDa23e43
Octal170337300560161524276103
Binary11110001101111111000000101110011101101101000101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,223,192); }

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

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

 a { background-color: rgb(120,223,192); }

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

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

 span { border-color: rgb(120,223,192); }

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