Html Css Color HEX #5EDBA0 Medium Aquamarine

📋 copy color: '#5EDBA0'

red 94 ◦ green 219 ◦ blue 160

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

Shades of Medium Aquamarine #5EDBA0

Tints of Medium Aquamarine #5EDBA0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.3%

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 19.87%
G = 46.3%
B = 33.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#5EDBA0 (or 0x5EDBA0) is known color: Medium Aquamarine. HEX triplet: 5E, DB and A0. RGB value is (94,219,160). Sum of RGB (Red+Green+Blue) = 94+219+160=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDBA0 is #A1245F. Grayscale: #AFAFAF. Windows color (decimal): -10560608 or 10541918. OLE color: 10541918.

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

Color convert

RGB 94 219 160 -
CMYK 0.57 0 0.27 0.14
HSL 151.68º 0.63% 0.61% -
HSV(B) 151.68º 0.57% 0.86% -
XYZ 36.29 55.58 42.07 -
YUV 174.9 119.59 70.3 -
System Red Green Blue C M Y K H S L
Decimal 94 219 160 0.57 0 0.27 0.14 151.68 0.63 0.61
Hex 5E DB A0 39 0 1B E 98 3F 3D
Octal 136 333 240 71 0 33 16 230 77 75
Binary 1011110 11011011 10100000 111001 0 11011 1110 10011000 111111 111101

Color Harmonies of #5EDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDBA0

Black with #5EDBA0

Text Example


Text Example

White with #5EDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,219,160); }

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

background-color css

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

 a { background-color: rgb(94,219,160); }

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

border-color css

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

 span { border-color: rgb(94,219,160); }

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