#5ED4BC

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

Shades of Downy #5ED4BC

Tints of Downy #5ED4BC

Color information

#5ED4BC (or 0x5ED4BC) is unknown color: approx Downy. HEX triplet: 5E, D4 and BC. RGB value is (94,212,188). Sum of RGB (Red+Green+Blue) = 94+212+188=494 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.03% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #5ED4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED4BC is #A12B43. Grayscale: #ADADAD. Windows color (decimal): -10562372 or 12375134. OLE color: 12375134.

HSL color Cylindrical-coordinate representation of color #5ED4BC: hue angle of 167.8º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED4BC is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB94212188-
CMYK0.5600.110.17
HSL167.8º57.84%60%-
HSV(B)167.8º55.66%83.14%-
XYZ37.2453.155.86-
YUV173.98135.9170.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.03%
GREEN value IS 212 (83.20% from 255) = 42.91%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=19.03%
G=42.91%
B=38.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal942121880.5600.110.17167.857.8460
Hex5ED4BC380B11a83a3c
Octal13632427470013212507274
Binary10111101101010010111100111000010111000110101000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ED4BC; }

 p { color: rgb(94,212,188); }

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

<style>
 a { background-color: #5ED4BC; }

 a { background-color: rgb(94,212,188); }

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

<style>
 span { border-color: #5ED4BC; }

 span { border-color: rgb(94,212,188); }

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