Html Css Color HEX #5EDBAD Medium Aquamarine

📋 copy color: '#5EDBAD'

red 94 ◦ green 219 ◦ blue 173

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

Shades of Medium Aquamarine #5EDBAD

Tints of Medium Aquamarine #5EDBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 19.34%
G = 45.06%
B = 35.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#5EDBAD (or 0x5EDBAD) is known color: Medium Aquamarine. HEX triplet: 5E, DB and AD. RGB value is (94,219,173). Sum of RGB (Red+Green+Blue) = 94+219+173=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDBAD is #A12452. Grayscale: #B0B0B0. Windows color (decimal): -10560595 or 11393886. OLE color: 11393886.

HSL color Cylindrical-coordinate representation of color #5EDBAD: hue angle of 157.92º 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 #5EDBAD is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 219 173 -
CMYK 0.57 0 0.21 0.14
HSL 157.92º 0.63% 0.61% -
HSV(B) 157.92º 0.57% 0.86% -
XYZ 37.49 56.06 48.38 -
YUV 176.38 126.09 69.24 -
System Red Green Blue C M Y K H S L
Decimal 94 219 173 0.57 0 0.21 0.14 157.92 0.63 0.61
Hex 5E DB AD 39 0 15 E 9E 3F 3D
Octal 136 333 255 71 0 25 16 236 77 75
Binary 1011110 11011011 10101101 111001 0 10101 1110 10011110 111111 111101

Color Harmonies of #5EDBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDBAD

Black with #5EDBAD

Text Example


Text Example

White with #5EDBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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