#78ECB6

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

Shades of Downy #78ECB6

Tints of Downy #78ECB6

Color information

#78ECB6 (or 0x78ECB6) is unknown color: approx Downy. HEX triplet: 78, EC and B6. RGB value is (120,236,182). Sum of RGB (Red+Green+Blue) = 120+236+182=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #78ECB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78ECB6 is #871349. Grayscale: #C3C3C3. Windows color (decimal): -8852298 or 11988088. OLE color: 11988088.

HSL color Cylindrical-coordinate representation of color #78ECB6: hue angle of 152.07º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78ECB6 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB120236182-
CMYK0.4900.230.07
HSL152.07º75.32%69.8%-
HSV(B)152.07º49.15%92.55%-
XYZ46.1867.3654.82-
YUV195.16120.5774.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.30%
GREEN value IS 236 (92.58% from 255) = 43.87%
BLUE value IS 182 (71.48% from 255) = 33.83%
R=22.30%
G=43.87%
B=33.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202361820.4900.230.07152.0775.3269.8
Hex78ECB6310177984b46
Octal170354266610277230113106
Binary111100011101100101101101100010101111111001100010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,236,182); }

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

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

 a { background-color: rgb(120,236,182); }

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

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

 span { border-color: rgb(120,236,182); }

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