Html Css Color HEX #5EDCB9 Downy

📋 copy color: '#5EDCB9'

red 94 ◦ green 220 ◦ blue 185

#5EDCB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #5EDCB9

Tints of Downy #5EDCB9

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 value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#5EDCB9 (or 0x5EDCB9) is known color: 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

RGB 94 220 185 -
CMYK 0.57 0 0.16 0.14
HSL 163.33º 0.64% 0.62% -
HSV(B) 163.33º 0.57% 0.86% -
XYZ 38.97 57.07 54.86 -
YUV 178.34 131.76 67.85 -
System Red Green Blue C M Y K H S L
Decimal 94 220 185 0.57 0 0.16 0.14 163.33 0.64 0.62
Hex 5E DC B9 39 0 10 E A3 40 3E
Octal 136 334 271 71 0 20 16 243 100 76
Binary 1011110 11011100 10111001 111001 0 10000 1110 10100011 1000000 111110

Color Harmonies of #5EDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDCB9

Black with #5EDCB9

Text Example


Text Example

White with #5EDCB9

Text Example


Text Example

HTML Codes & Css Web 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>