#78DDB4

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

Shades of Downy #78DDB4

Tints of Downy #78DDB4

Color information

#78DDB4 (or 0x78DDB4) is unknown color: approx Downy. HEX triplet: 78, DD and B4. RGB value is (120,221,180). Sum of RGB (Red+Green+Blue) = 120+221+180=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DDB4 is #87224B. Grayscale: #BABABA. Windows color (decimal): -8856140 or 11853176. OLE color: 11853176.

HSL color Cylindrical-coordinate representation of color #78DDB4: hue angle of 155.64º degrees, saturation: 0.6, 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 #78DDB4 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB120221180-
CMYK0.4600.190.13
HSL155.64º59.76%66.86%-
HSV(B)155.64º45.7%86.67%-
XYZ41.845952.36-
YUV186.13124.5480.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.03%
GREEN value IS 221 (86.72% from 255) = 42.42%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=23.03%
G=42.42%
B=34.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1202211800.4600.190.13155.6459.7666.86
Hex78DDB42E013D9c3c43
Octal170335264560231523474103
Binary111100011011101101101001011100100111101100111001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,221,180); }

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

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

 a { background-color: rgb(120,221,180); }

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

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

 span { border-color: rgb(120,221,180); }

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