Html Css Color HEX #5EF296 Medium Aquamarine

📋 copy color: '#5EF296'

red 94 ◦ green 242 ◦ blue 150

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

Shades of Medium Aquamarine #5EF296

Tints of Medium Aquamarine #5EF296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.79%

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

R = 19.34%
G = 49.79%
B = 30.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#5EF296 (or 0x5EF296) is known color: Medium Aquamarine. HEX triplet: 5E, F2 and 96. RGB value is (94,242,150). Sum of RGB (Red+Green+Blue) = 94+242+150=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF296 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF296 is #A10D69. Grayscale: #BBBBBB. Windows color (decimal): -10554730 or 9892446. OLE color: 9892446.

HSL color Cylindrical-coordinate representation of color #5EF296: hue angle of 142.7º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF296 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 242 150 -
CMYK 0.61 0 0.38 0.05
HSL 142.7º 0.85% 0.66% -
HSV(B) 142.7º 0.61% 0.95% -
XYZ 41.87 68.09 39.79 -
YUV 187.26 106.97 61.48 -
System Red Green Blue C M Y K H S L
Decimal 94 242 150 0.61 0 0.38 0.05 142.7 0.85 0.66
Hex 5E F2 96 3D 0 26 5 8F 55 42
Octal 136 362 226 75 0 46 5 217 125 102
Binary 1011110 11110010 10010110 111101 0 100110 101 10001111 1010101 1000010

Color Harmonies of #5EF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EF296

Black with #5EF296

Text Example


Text Example

White with #5EF296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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