Html Css Color HEX #5EF696 Medium Aquamarine

📋 copy color: '#5EF696'

red 94 ◦ green 246 ◦ blue 150

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

Shades of Medium Aquamarine #5EF696

Tints of Medium Aquamarine #5EF696

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.2%

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

R = 19.18%
G = 50.2%
B = 30.61%

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

#5EF696 (or 0x5EF696) is known color: Medium Aquamarine. HEX triplet: 5E, F6 and 96. RGB value is (94,246,150). Sum of RGB (Red+Green+Blue) = 94+246+150=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 246 (96.48% from 255 or 50.20% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 246 - color contains mainly: green. Hex color #5EF696 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF696 is #A10969. Grayscale: #BDBDBD. Windows color (decimal): -10553706 or 9893470. OLE color: 9893470.

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

Color convert

RGB 94 246 150 -
CMYK 0.62 0 0.39 0.04
HSL 142.11º 0.89% 0.67% -
HSV(B) 142.11º 0.62% 0.96% -
XYZ 43.08 70.49 40.19 -
YUV 189.61 105.64 59.81 -
System Red Green Blue C M Y K H S L
Decimal 94 246 150 0.62 0 0.39 0.04 142.11 0.89 0.67
Hex 5E F6 96 3E 0 27 4 8E 59 43
Octal 136 366 226 76 0 47 4 216 131 103
Binary 1011110 11110110 10010110 111110 0 100111 100 10001110 1011001 1000011

Color Harmonies of #5EF696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EF696

Black with #5EF696

Text Example


Text Example

White with #5EF696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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