#76ECB5

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

Shades of Downy #76ECB5

Tints of Downy #76ECB5

Color information

#76ECB5 (or 0x76ECB5) is unknown color: approx Downy. HEX triplet: 76, EC and B5. RGB value is (118,236,181). Sum of RGB (Red+Green+Blue) = 118+236+181=535 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.06% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECB5 is #89134A. Grayscale: #C2C2C2. Windows color (decimal): -8983371 or 11922550. OLE color: 11922550.

HSL color Cylindrical-coordinate representation of color #76ECB5: hue angle of 152.03º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ECB5 is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB118236181-
CMYK0.500.230.07
HSL152.03º75.64%69.41%-
HSV(B)152.03º50%92.55%-
XYZ45.8167.1854.27-
YUV194.45120.4173.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.06%
GREEN value IS 236 (92.58% from 255) = 44.11%
BLUE value IS 181 (71.09% from 255) = 33.83%
R=22.06%
G=44.11%
B=33.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182361810.500.230.07152.0375.6469.41
Hex76ECB5320177984c45
Octal166354265620277230114105
Binary111011011101100101101011100100101111111001100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76ECB5; }

 p { color: rgb(118,236,181); }

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

<style>
 a { background-color: #76ECB5; }

 a { background-color: rgb(118,236,181); }

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

<style>
 span { border-color: #76ECB5; }

 span { border-color: rgb(118,236,181); }

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