Html Css Color HEX #5EDBA5 Medium Aquamarine

📋 copy color: '#5EDBA5'

red 94 ◦ green 219 ◦ blue 165

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

Shades of Medium Aquamarine #5EDBA5

Tints of Medium Aquamarine #5EDBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.52%

R = 19.67%
G = 45.82%
B = 34.52%

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

#5EDBA5 (or 0x5EDBA5) is known color: Medium Aquamarine. HEX triplet: 5E, DB and A5. RGB value is (94,219,165). Sum of RGB (Red+Green+Blue) = 94+219+165=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDBA5 is #A1245A. Grayscale: #AFAFAF. Windows color (decimal): -10560603 or 10869598. OLE color: 10869598.

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

Color convert

RGB 94 219 165 -
CMYK 0.57 0 0.25 0.14
HSL 154.08º 0.63% 0.61% -
HSV(B) 154.08º 0.57% 0.86% -
XYZ 36.74 55.76 44.42 -
YUV 175.47 122.09 69.89 -
System Red Green Blue C M Y K H S L
Decimal 94 219 165 0.57 0 0.25 0.14 154.08 0.63 0.61
Hex 5E DB A5 39 0 19 E 9A 3F 3D
Octal 136 333 245 71 0 31 16 232 77 75
Binary 1011110 11011011 10100101 111001 0 11001 1110 10011010 111111 111101

Color Harmonies of #5EDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDBA5

Black with #5EDBA5

Text Example


Text Example

White with #5EDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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