Html Css Color HEX #5EE0AC Medium Aquamarine

📋 copy color: '#5EE0AC'

red 94 ◦ green 224 ◦ blue 172

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

Shades of Medium Aquamarine #5EE0AC

Tints of Medium Aquamarine #5EE0AC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.71%

 BLUE value IS 172 (67.58% from 255) = 35.1%

R = 19.18%
G = 45.71%
B = 35.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#5EE0AC (or 0x5EE0AC) is known color: Medium Aquamarine. HEX triplet: 5E, E0 and AC. RGB value is (94,224,172). Sum of RGB (Red+Green+Blue) = 94+224+172=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE0AC is #A11F53. Grayscale: #B3B3B3. Windows color (decimal): -10559316 or 11329630. OLE color: 11329630.

HSL color Cylindrical-coordinate representation of color #5EE0AC: hue angle of 156º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE0AC is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 94 224 172 -
CMYK 0.58 0 0.23 0.12
HSL 156º 0.68% 0.62% -
HSV(B) 156º 0.58% 0.88% -
XYZ 38.72 58.67 48.31 -
YUV 179.2 123.93 67.23 -
System Red Green Blue C M Y K H S L
Decimal 94 224 172 0.58 0 0.23 0.12 156 0.68 0.62
Hex 5E E0 AC 3A 0 17 C 9C 44 3E
Octal 136 340 254 72 0 27 14 234 104 76
Binary 1011110 11100000 10101100 111010 0 10111 1100 10011100 1000100 111110

Color Harmonies of #5EE0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE0AC

Black with #5EE0AC

Text Example


Text Example

White with #5EE0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,224,172); }

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

background-color css

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

 a { background-color: rgb(94,224,172); }

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

border-color css

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

 span { border-color: rgb(94,224,172); }

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