#78D7C3

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

Shades of Downy #78D7C3

Tints of Downy #78D7C3

Color information

#78D7C3 (or 0x78D7C3) is unknown color: approx Downy. HEX triplet: 78, D7 and C3. RGB value is (120,215,195). Sum of RGB (Red+Green+Blue) = 120+215+195=530 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.64% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #78D7C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D7C3 is #87283C. Grayscale: #B8B8B8. Windows color (decimal): -8857661 or 12834680. OLE color: 12834680.

HSL color Cylindrical-coordinate representation of color #78D7C3: hue angle of 167.37º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D7C3 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB120215195-
CMYK0.4400.090.16
HSL167.37º54.29%65.69%-
HSV(B)167.37º44.19%84.31%-
XYZ41.956.5360.33-
YUV184.31134.0382.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.64%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 195 (76.56% from 255) = 36.79%
R=22.64%
G=40.57%
B=36.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1202151950.4400.090.16167.3754.2965.69
Hex78D7C32C0910a73642
Octal170327303540112024766102
Binary111100011010111110000111011000100110000101001111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,215,195); }

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

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

 a { background-color: rgb(120,215,195); }

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

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

 span { border-color: rgb(120,215,195); }

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