Html Css Color HEX #5EDAAC Medium Aquamarine

📋 copy color: '#5EDAAC'

red 94 ◦ green 218 ◦ blue 172

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

Shades of Medium Aquamarine #5EDAAC

Tints of Medium Aquamarine #5EDAAC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.04%

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

R = 19.42%
G = 45.04%
B = 35.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#5EDAAC (or 0x5EDAAC) is known color: Medium Aquamarine. HEX triplet: 5E, DA and AC. RGB value is (94,218,172). Sum of RGB (Red+Green+Blue) = 94+218+172=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDAAC is #A12553. Grayscale: #AFAFAF. Windows color (decimal): -10560852 or 11328094. OLE color: 11328094.

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

Color convert

RGB 94 218 172 -
CMYK 0.57 0 0.21 0.15
HSL 157.74º 0.63% 0.61% -
HSV(B) 157.74º 0.57% 0.85% -
XYZ 37.13 55.5 47.79 -
YUV 175.68 125.92 69.74 -
System Red Green Blue C M Y K H S L
Decimal 94 218 172 0.57 0 0.21 0.15 157.74 0.63 0.61
Hex 5E DA AC 39 0 15 F 9E 3F 3D
Octal 136 332 254 71 0 25 17 236 77 75
Binary 1011110 11011010 10101100 111001 0 10101 1111 10011110 111111 111101

Color Harmonies of #5EDAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDAAC

Black with #5EDAAC

Text Example


Text Example

White with #5EDAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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