Html Css Color HEX #5EFA9F Medium Aquamarine

📋 copy color: '#5EFA9F'

red 94 ◦ green 250 ◦ blue 159

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

Shades of Medium Aquamarine #5EFA9F

Tints of Medium Aquamarine #5EFA9F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.7%

 BLUE value IS 159 (62.5% from 255) = 31.61%

R = 18.69%
G = 49.7%
B = 31.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#5EFA9F (or 0x5EFA9F) is known color: Medium Aquamarine. HEX triplet: 5E, FA and 9F. RGB value is (94,250,159). Sum of RGB (Red+Green+Blue) = 94+250+159=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFA9F is #A10560. Grayscale: #C1C1C1. Windows color (decimal): -10552673 or 10484318. OLE color: 10484318.

HSL color Cylindrical-coordinate representation of color #5EFA9F: hue angle of 145º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EFA9F is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 250 159 -
CMYK 0.62 0 0.36 0.02
HSL 145º 0.94% 0.67% -
HSV(B) 145º 0.62% 0.98% -
XYZ 45.06 73.25 44.57 -
YUV 192.98 108.82 57.4 -
System Red Green Blue C M Y K H S L
Decimal 94 250 159 0.62 0 0.36 0.02 145 0.94 0.67
Hex 5E FA 9F 3E 0 24 2 91 5E 43
Octal 136 372 237 76 0 44 2 221 136 103
Binary 1011110 11111010 10011111 111110 0 100100 10 10010001 1011110 1000011

Color Harmonies of #5EFA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFA9F

Black with #5EFA9F

Text Example


Text Example

White with #5EFA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,250,159); }

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

background-color css

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

 a { background-color: rgb(94,250,159); }

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

border-color css

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

 span { border-color: rgb(94,250,159); }

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