Html Css Color HEX #5EE2AA Medium Aquamarine

📋 copy color: '#5EE2AA'

red 94 ◦ green 226 ◦ blue 170

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

Shades of Medium Aquamarine #5EE2AA

Tints of Medium Aquamarine #5EE2AA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.12%

 BLUE value IS 170 (66.8% from 255) = 34.69%

R = 19.18%
G = 46.12%
B = 34.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#5EE2AA (or 0x5EE2AA) is known color: Medium Aquamarine. HEX triplet: 5E, E2 and AA. RGB value is (94,226,170). Sum of RGB (Red+Green+Blue) = 94+226+170=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #5EE2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE2AA is #A11D55. Grayscale: #B4B4B4. Windows color (decimal): -10558806 or 11199070. OLE color: 11199070.

HSL color Cylindrical-coordinate representation of color #5EE2AA: hue angle of 154.55º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE2AA is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 94 226 170 -
CMYK 0.58 0 0.25 0.11
HSL 154.55º 0.69% 0.63% -
HSV(B) 154.55º 0.58% 0.89% -
XYZ 39.07 59.67 47.49 -
YUV 180.15 122.27 66.55 -
System Red Green Blue C M Y K H S L
Decimal 94 226 170 0.58 0 0.25 0.11 154.55 0.69 0.63
Hex 5E E2 AA 3A 0 19 B 9B 45 3F
Octal 136 342 252 72 0 31 13 233 105 77
Binary 1011110 11100010 10101010 111010 0 11001 1011 10011011 1000101 111111

Color Harmonies of #5EE2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE2AA

Black with #5EE2AA

Text Example


Text Example

White with #5EE2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,226,170); }

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

background-color css

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

 a { background-color: rgb(94,226,170); }

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

border-color css

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

 span { border-color: rgb(94,226,170); }

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