#5EDCB9

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

Shades of Downy #5EDCB9

Tints of Downy #5EDCB9

Color information

#5EDCB9 (or 0x5EDCB9) is unknown color: approx Downy. HEX triplet: 5E, DC and B9. RGB value is (94,220,185). Sum of RGB (Red+Green+Blue) = 94+220+185=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDCB9 is #A12346. Grayscale: #B2B2B2. Windows color (decimal): -10560327 or 12180574. OLE color: 12180574.

HSL color Cylindrical-coordinate representation of color #5EDCB9: hue angle of 163.33º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDCB9 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB94220185-
CMYK0.5700.160.14
HSL163.33º64.29%61.57%-
HSV(B)163.33º57.27%86.27%-
XYZ38.9757.0754.86-
YUV178.34131.7667.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.84%
GREEN value IS 220 (86.33% from 255) = 44.09%
BLUE value IS 185 (72.66% from 255) = 37.07%
R=18.84%
G=44.09%
B=37.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal942201850.5700.160.14163.3364.2961.57
Hex5EDCB939010Ea3403e
Octal136334271710201624310076
Binary101111011011100101110011110010100001110101000111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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