Html Css Color HEX #5ED0AC Medium Aquamarine

📋 copy color: '#5ED0AC'

red 94 ◦ green 208 ◦ blue 172

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

Shades of Medium Aquamarine #5ED0AC

Tints of Medium Aquamarine #5ED0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.88%

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

R = 19.83%
G = 43.88%
B = 36.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#5ED0AC (or 0x5ED0AC) is known color: Medium Aquamarine. HEX triplet: 5E, D0 and AC. RGB value is (94,208,172). Sum of RGB (Red+Green+Blue) = 94+208+172=474 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.83% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED0AC is #A12F53. Grayscale: #A9A9A9. Windows color (decimal): -10563412 or 11325534. OLE color: 11325534.

HSL color Cylindrical-coordinate representation of color #5ED0AC: hue angle of 161.05º degrees, saturation: 0.55, 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 #5ED0AC is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 94 208 172 -
CMYK 0.55 0 0.17 0.18
HSL 161.05º 0.55% 0.59% -
HSV(B) 161.05º 0.55% 0.82% -
XYZ 34.62 50.47 46.95 -
YUV 169.81 129.23 73.93 -
System Red Green Blue C M Y K H S L
Decimal 94 208 172 0.55 0 0.17 0.18 161.05 0.55 0.59
Hex 5E D0 AC 37 0 11 12 A1 37 3B
Octal 136 320 254 67 0 21 22 241 67 73
Binary 1011110 11010000 10101100 110111 0 10001 10010 10100001 110111 111011

Color Harmonies of #5ED0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED0AC

Black with #5ED0AC

Text Example


Text Example

White with #5ED0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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