Html Css Color HEX #5ED8A3 Medium Aquamarine

📋 copy color: '#5ED8A3'

red 94 ◦ green 216 ◦ blue 163

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

Shades of Medium Aquamarine #5ED8A3

Tints of Medium Aquamarine #5ED8A3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

 BLUE value IS 163 (64.06% from 255) = 34.46%

R = 19.87%
G = 45.67%
B = 34.46%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#5ED8A3 (or 0x5ED8A3) is known color: Medium Aquamarine. HEX triplet: 5E, D8 and A3. RGB value is (94,216,163). Sum of RGB (Red+Green+Blue) = 94+216+163=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED8A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED8A3 is #A1275C. Grayscale: #ADADAD. Windows color (decimal): -10561373 or 10737758. OLE color: 10737758.

HSL color Cylindrical-coordinate representation of color #5ED8A3: hue angle of 153.93º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED8A3 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 94 216 163 -
CMYK 0.56 0 0.25 0.15
HSL 153.93º 0.61% 0.61% -
HSV(B) 153.93º 0.56% 0.85% -
XYZ 35.78 54.14 43.21 -
YUV 173.48 122.08 71.31 -
System Red Green Blue C M Y K H S L
Decimal 94 216 163 0.56 0 0.25 0.15 153.93 0.61 0.61
Hex 5E D8 A3 38 0 19 F 9A 3D 3D
Octal 136 330 243 70 0 31 17 232 75 75
Binary 1011110 11011000 10100011 111000 0 11001 1111 10011010 111101 111101

Color Harmonies of #5ED8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED8A3

Black with #5ED8A3

Text Example


Text Example

White with #5ED8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,216,163); }

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

background-color css

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

 a { background-color: rgb(94,216,163); }

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

border-color css

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

 span { border-color: rgb(94,216,163); }

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