Html Css Color HEX #5DE0A0 Medium Aquamarine

📋 copy color: '#5DE0A0'

red 93 ◦ green 224 ◦ blue 160

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

Shades of Medium Aquamarine #5DE0A0

Tints of Medium Aquamarine #5DE0A0

RGB

 RED value IS 93 (36.72% from 255) = 19.5%

 GREEN value IS 224 (87.89% from 255) = 46.96%

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

R = 19.5%
G = 46.96%
B = 33.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#5DE0A0 (or 0x5DE0A0) is known color: Medium Aquamarine. HEX triplet: 5D, E0 and A0. RGB value is (93,224,160). Sum of RGB (Red+Green+Blue) = 93+224+160=477 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.50% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DE0A0 is #A21F5F. Grayscale: #B1B1B1. Windows color (decimal): -10624864 or 10543197. OLE color: 10543197.

HSL color Cylindrical-coordinate representation of color #5DE0A0: hue angle of 150.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DE0A0 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 93 224 160 -
CMYK 0.58 0 0.29 0.12
HSL 150.69º 0.68% 0.62% -
HSV(B) 150.69º 0.58% 0.88% -
XYZ 37.52 58.18 42.51 -
YUV 177.54 118.1 67.7 -
System Red Green Blue C M Y K H S L
Decimal 93 224 160 0.58 0 0.29 0.12 150.69 0.68 0.62
Hex 5D E0 A0 3A 0 1D C 97 44 3E
Octal 135 340 240 72 0 35 14 227 104 76
Binary 1011101 11100000 10100000 111010 0 11101 1100 10010111 1000100 111110

Color Harmonies of #5DE0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE0A0

Black with #5DE0A0

Text Example


Text Example

White with #5DE0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,224,160); }

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

background-color css

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

 a { background-color: rgb(93,224,160); }

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

border-color css

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

 span { border-color: rgb(93,224,160); }

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