Html Css Color HEX #5EEDAB Medium Aquamarine

📋 copy color: '#5EEDAB'

red 94 ◦ green 237 ◦ blue 171

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

Shades of Medium Aquamarine #5EEDAB

Tints of Medium Aquamarine #5EEDAB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.21%

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 18.73%
G = 47.21%
B = 34.06%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#5EEDAB (or 0x5EEDAB) is known color: Medium Aquamarine. HEX triplet: 5E, ED and AB. RGB value is (94,237,171). Sum of RGB (Red+Green+Blue) = 94+237+171=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #5EEDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEDAB is #A11254. Grayscale: #BABABA. Windows color (decimal): -10555989 or 11267422. OLE color: 11267422.

HSL color Cylindrical-coordinate representation of color #5EEDAB: hue angle of 152.31º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEDAB is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 237 171 -
CMYK 0.60 0 0.28 0.07
HSL 152.31º 0.8% 0.65% -
HSV(B) 152.31º 0.6% 0.93% -
XYZ 42.25 65.89 49.02 -
YUV 186.72 119.12 61.87 -
System Red Green Blue C M Y K H S L
Decimal 94 237 171 0.60 0 0.28 0.07 152.31 0.8 0.65
Hex 5E ED AB 3C 0 1C 7 98 50 41
Octal 136 355 253 74 0 34 7 230 120 101
Binary 1011110 11101101 10101011 111100 0 11100 111 10011000 1010000 1000001

Color Harmonies of #5EEDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEDAB

Black with #5EEDAB

Text Example


Text Example

White with #5EEDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,237,171); }

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

background-color css

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

 a { background-color: rgb(94,237,171); }

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

border-color css

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

 span { border-color: rgb(94,237,171); }

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