Html Css Color HEX #5ED1AF Medium Aquamarine

📋 copy color: '#5ED1AF'

red 94 ◦ green 209 ◦ blue 175

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

Shades of Medium Aquamarine #5ED1AF

Tints of Medium Aquamarine #5ED1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.72%

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 19.67%
G = 43.72%
B = 36.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#5ED1AF (or 0x5ED1AF) is known color: Medium Aquamarine. HEX triplet: 5E, D1 and AF. RGB value is (94,209,175). Sum of RGB (Red+Green+Blue) = 94+209+175=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED1AF is #A12E50. Grayscale: #AAAAAA. Windows color (decimal): -10563153 or 11522398. OLE color: 11522398.

HSL color Cylindrical-coordinate representation of color #5ED1AF: hue angle of 162.26º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED1AF is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 94 209 175 -
CMYK 0.55 0 0.16 0.18
HSL 162.26º 0.56% 0.59% -
HSV(B) 162.26º 0.55% 0.82% -
XYZ 35.15 51.08 48.56 -
YUV 170.74 130.4 73.26 -
System Red Green Blue C M Y K H S L
Decimal 94 209 175 0.55 0 0.16 0.18 162.26 0.56 0.59
Hex 5E D1 AF 37 0 10 12 A2 38 3B
Octal 136 321 257 67 0 20 22 242 70 73
Binary 1011110 11010001 10101111 110111 0 10000 10010 10100010 111000 111011

Color Harmonies of #5ED1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED1AF

Black with #5ED1AF

Text Example


Text Example

White with #5ED1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,209,175); }

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

background-color css

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

 a { background-color: rgb(94,209,175); }

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

border-color css

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

 span { border-color: rgb(94,209,175); }

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