Html Css Color HEX #5EDEB9 Downy

📋 copy color: '#5EDEB9'

red 94 ◦ green 222 ◦ blue 185

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

Shades of Downy #5EDEB9

Tints of Downy #5EDEB9

RGB

 RED value IS 94 (37.11% from 255) = 18.76%

 GREEN value IS 222 (87.11% from 255) = 44.31%

 BLUE value IS 185 (72.66% from 255) = 36.93%

R = 18.76%
G = 44.31%
B = 36.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#5EDEB9 (or 0x5EDEB9) is known color: Downy. HEX triplet: 5E, DE and B9. RGB value is (94,222,185). Sum of RGB (Red+Green+Blue) = 94+222+185=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDEB9 is #A12146. Grayscale: #B3B3B3. Windows color (decimal): -10559815 or 12181086. OLE color: 12181086.

HSL color Cylindrical-coordinate representation of color #5EDEB9: hue angle of 162.66º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDEB9 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 222 185 -
CMYK 0.58 0 0.17 0.13
HSL 162.66º 0.66% 0.62% -
HSV(B) 162.66º 0.58% 0.87% -
XYZ 39.49 58.13 55.04 -
YUV 179.51 131.09 67.01 -
System Red Green Blue C M Y K H S L
Decimal 94 222 185 0.58 0 0.17 0.13 162.66 0.66 0.62
Hex 5E DE B9 3A 0 11 D A3 42 3E
Octal 136 336 271 72 0 21 15 243 102 76
Binary 1011110 11011110 10111001 111010 0 10001 1101 10100011 1000010 111110

Color Harmonies of #5EDEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDEB9

Black with #5EDEB9

Text Example


Text Example

White with #5EDEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EDEB9;
 }
 .AnyTagClassName
 {
   color: #5EDEB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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