Html Css Color HEX #5EDFAC Medium Aquamarine

📋 copy color: '#5EDFAC'

red 94 ◦ green 223 ◦ blue 172

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

Shades of Medium Aquamarine #5EDFAC

Tints of Medium Aquamarine #5EDFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.6%

 BLUE value IS 172 (67.58% from 255) = 35.17%

R = 19.22%
G = 45.6%
B = 35.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#5EDFAC (or 0x5EDFAC) is known color: Medium Aquamarine. HEX triplet: 5E, DF and AC. RGB value is (94,223,172). Sum of RGB (Red+Green+Blue) = 94+223+172=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDFAC is #A12053. Grayscale: #B2B2B2. Windows color (decimal): -10559572 or 11329374. OLE color: 11329374.

HSL color Cylindrical-coordinate representation of color #5EDFAC: hue angle of 156.28º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDFAC is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 223 172 -
CMYK 0.58 0 0.23 0.13
HSL 156.28º 0.67% 0.62% -
HSV(B) 156.28º 0.58% 0.87% -
XYZ 38.45 58.13 48.22 -
YUV 178.62 124.26 67.65 -
System Red Green Blue C M Y K H S L
Decimal 94 223 172 0.58 0 0.23 0.13 156.28 0.67 0.62
Hex 5E DF AC 3A 0 17 D 9C 43 3E
Octal 136 337 254 72 0 27 15 234 103 76
Binary 1011110 11011111 10101100 111010 0 10111 1101 10011100 1000011 111110

Color Harmonies of #5EDFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDFAC

Black with #5EDFAC

Text Example


Text Example

White with #5EDFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,223,172); }

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

background-color css

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

 a { background-color: rgb(94,223,172); }

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

border-color css

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

 span { border-color: rgb(94,223,172); }

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