Html Css Color HEX #5EDCA6 Medium Aquamarine

📋 copy color: '#5EDCA6'

red 94 ◦ green 220 ◦ blue 166

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

Shades of Medium Aquamarine #5EDCA6

Tints of Medium Aquamarine #5EDCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.83%

 BLUE value IS 166 (65.23% from 255) = 34.58%

R = 19.58%
G = 45.83%
B = 34.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#5EDCA6 (or 0x5EDCA6) is known color: Medium Aquamarine. HEX triplet: 5E, DC and A6. RGB value is (94,220,166). Sum of RGB (Red+Green+Blue) = 94+220+166=480 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.58% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDCA6 is #A12359. Grayscale: #B0B0B0. Windows color (decimal): -10560346 or 10935390. OLE color: 10935390.

HSL color Cylindrical-coordinate representation of color #5EDCA6: hue angle of 154.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDCA6 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 220 166 -
CMYK 0.57 0 0.25 0.14
HSL 154.29º 0.64% 0.62% -
HSV(B) 154.29º 0.57% 0.86% -
XYZ 37.09 56.32 44.99 -
YUV 176.17 122.26 69.39 -
System Red Green Blue C M Y K H S L
Decimal 94 220 166 0.57 0 0.25 0.14 154.29 0.64 0.62
Hex 5E DC A6 39 0 19 E 9A 40 3E
Octal 136 334 246 71 0 31 16 232 100 76
Binary 1011110 11011100 10100110 111001 0 11001 1110 10011010 1000000 111110

Color Harmonies of #5EDCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDCA6

Black with #5EDCA6

Text Example


Text Example

White with #5EDCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,220,166); }

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

background-color css

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

 a { background-color: rgb(94,220,166); }

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

border-color css

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

 span { border-color: rgb(94,220,166); }

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