Html Css Color HEX #5ED1A2 Medium Aquamarine

📋 copy color: '#5ED1A2'

red 94 ◦ green 209 ◦ blue 162

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

Shades of Medium Aquamarine #5ED1A2

Tints of Medium Aquamarine #5ED1A2

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.95%

 BLUE value IS 162 (63.67% from 255) = 34.84%

R = 20.22%
G = 44.95%
B = 34.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#5ED1A2 (or 0x5ED1A2) is known color: Medium Aquamarine. HEX triplet: 5E, D1 and A2. RGB value is (94,209,162). Sum of RGB (Red+Green+Blue) = 94+209+162=465 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.22% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED1A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED1A2 is #A12E5D. Grayscale: #A9A9A9. Windows color (decimal): -10563166 or 10670430. OLE color: 10670430.

HSL color Cylindrical-coordinate representation of color #5ED1A2: hue angle of 155.48º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED1A2 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 94 209 162 -
CMYK 0.55 0 0.22 0.18
HSL 155.48º 0.56% 0.59% -
HSV(B) 155.48º 0.55% 0.82% -
XYZ 33.94 50.59 42.16 -
YUV 169.26 123.9 74.32 -
System Red Green Blue C M Y K H S L
Decimal 94 209 162 0.55 0 0.22 0.18 155.48 0.56 0.59
Hex 5E D1 A2 37 0 16 12 9B 38 3B
Octal 136 321 242 67 0 26 22 233 70 73
Binary 1011110 11010001 10100010 110111 0 10110 10010 10011011 111000 111011

Color Harmonies of #5ED1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED1A2

Black with #5ED1A2

Text Example


Text Example

White with #5ED1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,209,162); }

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

background-color css

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

 a { background-color: rgb(94,209,162); }

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

border-color css

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

 span { border-color: rgb(94,209,162); }

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