#75E5B6

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

Shades of Downy #75E5B6

Tints of Downy #75E5B6

Color information

#75E5B6 (or 0x75E5B6) is unknown color: approx Downy. HEX triplet: 75, E5 and B6. RGB value is (117,229,182). Sum of RGB (Red+Green+Blue) = 117+229+182=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #75E5B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E5B6 is #8A1A49. Grayscale: #BEBEBE. Windows color (decimal): -9050698 or 11986293. OLE color: 11986293.

HSL color Cylindrical-coordinate representation of color #75E5B6: hue angle of 154.82º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E5B6 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB117229182-
CMYK0.4900.210.10
HSL154.82º68.29%67.84%-
HSV(B)154.82º48.91%89.8%-
XYZ43.863.254.15-
YUV190.15123.3975.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.16%
GREEN value IS 229 (89.84% from 255) = 43.37%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=22.16%
G=43.37%
B=34.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1172291820.4900.210.10154.8268.2967.84
Hex75E5B631015A9b4444
Octal1653452666102512233104104
Binary1110101111001011011011011000101010110101001101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75E5B6; }

 p { color: rgb(117,229,182); }

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

<style>
 a { background-color: #75E5B6; }

 a { background-color: rgb(117,229,182); }

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

<style>
 span { border-color: #75E5B6; }

 span { border-color: rgb(117,229,182); }

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