Html Css Color HEX #5EFDA0 Medium Aquamarine

📋 copy color: '#5EFDA0'

red 94 ◦ green 253 ◦ blue 160

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

Shades of Medium Aquamarine #5EFDA0

Tints of Medium Aquamarine #5EFDA0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.9%

 BLUE value IS 160 (62.89% from 255) = 31.56%

R = 18.54%
G = 49.9%
B = 31.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#5EFDA0 (or 0x5EFDA0) is known color: Medium Aquamarine. HEX triplet: 5E, FD and A0. RGB value is (94,253,160). Sum of RGB (Red+Green+Blue) = 94+253+160=507 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.54% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFDA0 is #A1025F. Grayscale: #C3C3C3. Windows color (decimal): -10551904 or 10550622. OLE color: 10550622.

HSL color Cylindrical-coordinate representation of color #5EFDA0: hue angle of 144.91º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFDA0 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 94 253 160 -
CMYK 0.63 0 0.37 0.01
HSL 144.91º 0.98% 0.68% -
HSV(B) 144.91º 0.63% 0.99% -
XYZ 46.09 75.17 45.34 -
YUV 194.86 108.32 56.06 -
System Red Green Blue C M Y K H S L
Decimal 94 253 160 0.63 0 0.37 0.01 144.91 0.98 0.68
Hex 5E FD A0 3F 0 25 1 91 62 44
Octal 136 375 240 77 0 45 1 221 142 104
Binary 1011110 11111101 10100000 111111 0 100101 1 10010001 1100010 1000100

Color Harmonies of #5EFDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFDA0

Black with #5EFDA0

Text Example


Text Example

White with #5EFDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,253,160); }

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

background-color css

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

 a { background-color: rgb(94,253,160); }

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

border-color css

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

 span { border-color: rgb(94,253,160); }

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