Html Css Color HEX #5EE096 Medium Aquamarine

📋 copy color: '#5EE096'

red 94 ◦ green 224 ◦ blue 150

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

Shades of Medium Aquamarine #5EE096

Tints of Medium Aquamarine #5EE096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.05%

R = 20.09%
G = 47.86%
B = 32.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#5EE096 (or 0x5EE096) is known color: Medium Aquamarine. HEX triplet: 5E, E0 and 96. RGB value is (94,224,150). Sum of RGB (Red+Green+Blue) = 94+224+150=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE096 is #A11F69. Grayscale: #B0B0B0. Windows color (decimal): -10559338 or 9887838. OLE color: 9887838.

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

Color convert

RGB 94 224 150 -
CMYK 0.58 0 0.33 0.12
HSL 145.85º 0.68% 0.62% -
HSV(B) 145.85º 0.58% 0.88% -
XYZ 36.78 57.89 38.09 -
YUV 176.69 112.93 69.02 -
System Red Green Blue C M Y K H S L
Decimal 94 224 150 0.58 0 0.33 0.12 145.85 0.68 0.62
Hex 5E E0 96 3A 0 21 C 92 44 3E
Octal 136 340 226 72 0 41 14 222 104 76
Binary 1011110 11100000 10010110 111010 0 100001 1100 10010010 1000100 111110

Color Harmonies of #5EE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE096

Black with #5EE096

Text Example


Text Example

White with #5EE096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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