#78D3C6

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

Shades of Downy #78D3C6

Tints of Downy #78D3C6

Color information

#78D3C6 (or 0x78D3C6) is unknown color: approx Downy. HEX triplet: 78, D3 and C6. RGB value is (120,211,198). Sum of RGB (Red+Green+Blue) = 120+211+198=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #78D3C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D3C6 is #872C39. Grayscale: #B6B6B6. Windows color (decimal): -8858682 or 13030264. OLE color: 13030264.

HSL color Cylindrical-coordinate representation of color #78D3C6: hue angle of 171.43º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D3C6 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB120211198-
CMYK0.4300.060.17
HSL171.43º50.84%64.9%-
HSV(B)171.43º43.13%82.75%-
XYZ41.2354.6661.8-
YUV182.31136.8583.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.68%
GREEN value IS 211 (82.81% from 255) = 39.89%
BLUE value IS 198 (77.73% from 255) = 37.43%
R=22.68%
G=39.89%
B=37.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1202111980.4300.060.17171.4350.8464.9
Hex78D3C62B0611ab3341
Octal17032330653062125363101
Binary11110001101001111000110101011011010001101010111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,211,198); }

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

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

 a { background-color: rgb(120,211,198); }

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

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

 span { border-color: rgb(120,211,198); }

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