#78D1C4

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

Shades of Downy #78D1C4

Tints of Downy #78D1C4

Color information

#78D1C4 (or 0x78D1C4) is unknown color: approx Downy. HEX triplet: 78, D1 and C4. RGB value is (120,209,196). Sum of RGB (Red+Green+Blue) = 120+209+196=525 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.86% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #78D1C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D1C4 is #872E3B. Grayscale: #B4B4B4. Windows color (decimal): -8859196 or 12898680. OLE color: 12898680.

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

Color convert

RGB120209196-
CMYK0.4300.060.18
HSL171.24º49.17%64.51%-
HSV(B)171.24º42.58%81.96%-
XYZ40.5153.5860.43-
YUV180.91136.5184.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.86%
GREEN value IS 209 (82.03% from 255) = 39.81%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=22.86%
G=39.81%
B=37.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202091960.4300.060.18171.2449.1764.51
Hex78D1C42B0612ab3141
Octal17032130453062225361101
Binary11110001101000111000100101011011010010101010111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,209,196); }

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

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

 a { background-color: rgb(120,209,196); }

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

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

 span { border-color: rgb(120,209,196); }

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