Html Css Color HEX #5EDBAE Medium Aquamarine

📋 copy color: '#5EDBAE'

red 94 ◦ green 219 ◦ blue 174

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

Shades of Medium Aquamarine #5EDBAE

Tints of Medium Aquamarine #5EDBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.73%

R = 19.3%
G = 44.97%
B = 35.73%

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

#5EDBAE (or 0x5EDBAE) is known color: Medium Aquamarine. HEX triplet: 5E, DB and AE. RGB value is (94,219,174). Sum of RGB (Red+Green+Blue) = 94+219+174=487 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.30% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDBAE is #A12451. Grayscale: #B0B0B0. Windows color (decimal): -10560594 or 11459422. OLE color: 11459422.

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

Color convert

RGB 94 219 174 -
CMYK 0.57 0 0.21 0.14
HSL 158.4º 0.63% 0.61% -
HSV(B) 158.4º 0.57% 0.86% -
XYZ 37.59 56.1 48.89 -
YUV 176.5 126.59 69.16 -
System Red Green Blue C M Y K H S L
Decimal 94 219 174 0.57 0 0.21 0.14 158.4 0.63 0.61
Hex 5E DB AE 39 0 15 E 9E 3F 3D
Octal 136 333 256 71 0 25 16 236 77 75
Binary 1011110 11011011 10101110 111001 0 10101 1110 10011110 111111 111101

Color Harmonies of #5EDBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDBAE

Black with #5EDBAE

Text Example


Text Example

White with #5EDBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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