Html Css Color HEX #5EF2AD Medium Aquamarine

📋 copy color: '#5EF2AD'

red 94 ◦ green 242 ◦ blue 173

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

Shades of Medium Aquamarine #5EF2AD

Tints of Medium Aquamarine #5EF2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.99%

R = 18.47%
G = 47.54%
B = 33.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#5EF2AD (or 0x5EF2AD) is known color: Medium Aquamarine. HEX triplet: 5E, F2 and AD. RGB value is (94,242,173). Sum of RGB (Red+Green+Blue) = 94+242+173=509 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.47% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF2AD is #A10D52. Grayscale: #BEBEBE. Windows color (decimal): -10554707 or 11399774. OLE color: 11399774.

HSL color Cylindrical-coordinate representation of color #5EF2AD: hue angle of 152.03º 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 #5EF2AD is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 242 173 -
CMYK 0.61 0 0.29 0.05
HSL 152.03º 0.85% 0.66% -
HSV(B) 152.03º 0.61% 0.95% -
XYZ 43.91 68.9 50.52 -
YUV 189.88 118.47 59.61 -
System Red Green Blue C M Y K H S L
Decimal 94 242 173 0.61 0 0.29 0.05 152.03 0.85 0.66
Hex 5E F2 AD 3D 0 1D 5 98 55 42
Octal 136 362 255 75 0 35 5 230 125 102
Binary 1011110 11110010 10101101 111101 0 11101 101 10011000 1010101 1000010

Color Harmonies of #5EF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EF2AD

Black with #5EF2AD

Text Example


Text Example

White with #5EF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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