Html Css Color HEX #5EEAA8 Medium Aquamarine

📋 copy color: '#5EEAA8'

red 94 ◦ green 234 ◦ blue 168

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

Shades of Medium Aquamarine #5EEAA8

Tints of Medium Aquamarine #5EEAA8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.18%

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 18.95%
G = 47.18%
B = 33.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#5EEAA8 (or 0x5EEAA8) is known color: Medium Aquamarine. HEX triplet: 5E, EA and A8. RGB value is (94,234,168). Sum of RGB (Red+Green+Blue) = 94+234+168=496 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.95% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEAA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEAA8 is #A11557. Grayscale: #B8B8B8. Windows color (decimal): -10556760 or 11070046. OLE color: 11070046.

HSL color Cylindrical-coordinate representation of color #5EEAA8: hue angle of 151.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEAA8 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 234 168 -
CMYK 0.60 0 0.28 0.08
HSL 151.71º 0.77% 0.64% -
HSV(B) 151.71º 0.6% 0.92% -
XYZ 41.11 64.05 47.24 -
YUV 184.62 118.62 63.37 -
System Red Green Blue C M Y K H S L
Decimal 94 234 168 0.60 0 0.28 0.08 151.71 0.77 0.64
Hex 5E EA A8 3C 0 1C 8 98 4D 40
Octal 136 352 250 74 0 34 10 230 115 100
Binary 1011110 11101010 10101000 111100 0 11100 1000 10011000 1001101 1000000

Color Harmonies of #5EEAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEAA8

Black with #5EEAA8

Text Example


Text Example

White with #5EEAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,234,168); }

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

background-color css

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

 a { background-color: rgb(94,234,168); }

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

border-color css

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

 span { border-color: rgb(94,234,168); }

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