#5DE9A2

Color #5DE9A2 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5DE9A2

Tints of Medium Aquamarine #5DE9A2

Color information

#5DE9A2 (or 0x5DE9A2) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, E9 and A2. RGB value is (93,233,162). Sum of RGB (Red+Green+Blue) = 93+233+162=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #5DE9A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DE9A2 is #A2165D. Grayscale: #B7B7B7. Windows color (decimal): -10622558 or 10676573. OLE color: 10676573.

HSL color Cylindrical-coordinate representation of color #5DE9A2: hue angle of 149.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE9A2 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB93233162-
CMYK0.6000.300.09
HSL149.57º76.09%63.92%-
HSV(B)149.57º60.09%91.37%-
XYZ40.1763.2144.27-
YUV183.05116.1263.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.06%
GREEN value IS 233 (91.41% from 255) = 47.75%
BLUE value IS 162 (63.67% from 255) = 33.20%
R=19.06%
G=47.75%
B=33.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932331620.6000.300.09149.5776.0963.92
Hex5DE9A23C01E9964c40
Octal1353512427403611226114100
Binary1011101111010011010001011110001111010011001011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,233,162); }

 H1.HeaderClassName
 {
   color: #5DE9A2;
 }
 .AnyTagClassName
 {
   color: #5DE9A2;
 }
</style>
background-color css

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

 a { background-color: rgb(93,233,162); }

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

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

 span { border-color: rgb(93,233,162); }

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