#78D7C2

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

Shades of Downy #78D7C2

Tints of Downy #78D7C2

Color information

#78D7C2 (or 0x78D7C2) is unknown color: approx Downy. HEX triplet: 78, D7 and C2. RGB value is (120,215,194). Sum of RGB (Red+Green+Blue) = 120+215+194=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #78D7C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D7C2 is #87283D. Grayscale: #B8B8B8. Windows color (decimal): -8857662 or 12769144. OLE color: 12769144.

HSL color Cylindrical-coordinate representation of color #78D7C2: hue angle of 166.74º 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 #78D7C2 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB120215194-
CMYK0.4400.100.16
HSL166.74º54.29%65.69%-
HSV(B)166.74º44.19%84.31%-
XYZ41.7856.4959.74-
YUV184.2133.5382.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.68%
GREEN value IS 215 (84.38% from 255) = 40.64%
BLUE value IS 194 (76.17% from 255) = 36.67%
R=22.68%
G=40.64%
B=36.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1202151940.4400.100.16166.7454.2965.69
Hex78D7C22C0A10a73642
Octal170327302540122024766102
Binary111100011010111110000101011000101010000101001111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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