#5ED5B9

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

Shades of Downy #5ED5B9

Tints of Downy #5ED5B9

Color information

#5ED5B9 (or 0x5ED5B9) is unknown color: approx Downy. HEX triplet: 5E, D5 and B9. RGB value is (94,213,185). Sum of RGB (Red+Green+Blue) = 94+213+185=492 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.11% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #5ED5B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED5B9 is #A12A46. Grayscale: #AEAEAE. Windows color (decimal): -10562119 or 12178782. OLE color: 12178782.

HSL color Cylindrical-coordinate representation of color #5ED5B9: hue angle of 165.88º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED5B9 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB94213185-
CMYK0.5600.130.16
HSL165.88º58.62%60.2%-
HSV(B)165.88º55.87%83.53%-
XYZ37.1753.4754.26-
YUV174.23134.0870.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.11%
GREEN value IS 213 (83.59% from 255) = 43.29%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=19.11%
G=43.29%
B=37.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal942131850.5600.130.16165.8858.6260.2
Hex5ED5B9380D10a63b3c
Octal13632527170015202467374
Binary10111101101010110111001111000011011000010100110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,213,185); }

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

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

 a { background-color: rgb(94,213,185); }

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

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

 span { border-color: rgb(94,213,185); }

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