Html Css Color HEX #5EF596 Medium Aquamarine

📋 copy color: '#5EF596'

red 94 ◦ green 245 ◦ blue 150

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

Shades of Medium Aquamarine #5EF596

Tints of Medium Aquamarine #5EF596

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.1%

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

R = 19.22%
G = 50.1%
B = 30.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#5EF596 (or 0x5EF596) is known color: Medium Aquamarine. HEX triplet: 5E, F5 and 96. RGB value is (94,245,150). Sum of RGB (Red+Green+Blue) = 94+245+150=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #5EF596 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF596 is #A10A69. Grayscale: #BDBDBD. Windows color (decimal): -10553962 or 9893214. OLE color: 9893214.

HSL color Cylindrical-coordinate representation of color #5EF596: hue angle of 142.25º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EF596 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 94 245 150 -
CMYK 0.62 0 0.39 0.04
HSL 142.25º 0.88% 0.66% -
HSV(B) 142.25º 0.62% 0.96% -
XYZ 42.77 69.89 40.09 -
YUV 189.02 105.97 60.22 -
System Red Green Blue C M Y K H S L
Decimal 94 245 150 0.62 0 0.39 0.04 142.25 0.88 0.66
Hex 5E F5 96 3E 0 27 4 8E 58 42
Octal 136 365 226 76 0 47 4 216 130 102
Binary 1011110 11110101 10010110 111110 0 100111 100 10001110 1011000 1000010

Color Harmonies of #5EF596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EF596

Black with #5EF596

Text Example


Text Example

White with #5EF596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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