Html Css Color HEX #5EE2A2 Medium Aquamarine

📋 copy color: '#5EE2A2'

red 94 ◦ green 226 ◦ blue 162

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

Shades of Medium Aquamarine #5EE2A2

Tints of Medium Aquamarine #5EE2A2

RGB

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

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

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

R = 19.5%
G = 46.89%
B = 33.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#5EE2A2 (or 0x5EE2A2) is known color: Medium Aquamarine. HEX triplet: 5E, E2 and A2. RGB value is (94,226,162). Sum of RGB (Red+Green+Blue) = 94+226+162=482 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.50% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #5EE2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE2A2 is #A11D5D. Grayscale: #B3B3B3. Windows color (decimal): -10558814 or 10674782. OLE color: 10674782.

HSL color Cylindrical-coordinate representation of color #5EE2A2: hue angle of 150.91º 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 #5EE2A2 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB 94 226 162 -
CMYK 0.58 0 0.28 0.11
HSL 150.91º 0.69% 0.63% -
HSV(B) 150.91º 0.58% 0.89% -
XYZ 38.33 59.38 43.62 -
YUV 179.24 118.27 67.2 -
System Red Green Blue C M Y K H S L
Decimal 94 226 162 0.58 0 0.28 0.11 150.91 0.69 0.63
Hex 5E E2 A2 3A 0 1C B 97 45 3F
Octal 136 342 242 72 0 34 13 227 105 77
Binary 1011110 11100010 10100010 111010 0 11100 1011 10010111 1000101 111111

Color Harmonies of #5EE2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE2A2

Black with #5EE2A2

Text Example


Text Example

White with #5EE2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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