#78D9C1

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

Shades of Downy #78D9C1

Tints of Downy #78D9C1

Color information

#78D9C1 (or 0x78D9C1) is unknown color: approx Downy. HEX triplet: 78, D9 and C1. RGB value is (120,217,193). Sum of RGB (Red+Green+Blue) = 120+217+193=530 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.64% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #78D9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D9C1 is #87263E. Grayscale: #B9B9B9. Windows color (decimal): -8857151 or 12704120. OLE color: 12704120.

HSL color Cylindrical-coordinate representation of color #78D9C1: hue angle of 165.15º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78D9C1 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB120217193-
CMYK0.4500.110.15
HSL165.15º56.07%66.08%-
HSV(B)165.15º44.7%85.1%-
XYZ42.1857.4759.32-
YUV185.26132.3681.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.64%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 193 (75.78% from 255) = 36.42%
R=22.64%
G=40.94%
B=36.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202171930.4500.110.15165.1556.0766.08
Hex78D9C12D0BFa53842
Octal170331301550131724570102
Binary11110001101100111000001101101010111111101001011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,217,193); }

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

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

 a { background-color: rgb(120,217,193); }

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

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

 span { border-color: rgb(120,217,193); }

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