#5DEEA3

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

Shades of Medium Aquamarine #5DEEA3

Tints of Medium Aquamarine #5DEEA3

Color information

#5DEEA3 (or 0x5DEEA3) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, EE and A3. RGB value is (93,238,163). Sum of RGB (Red+Green+Blue) = 93+238+163=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #5DEEA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEEA3 is #A2115C. Grayscale: #BABABA. Windows color (decimal): -10621277 or 10743389. OLE color: 10743389.

HSL color Cylindrical-coordinate representation of color #5DEEA3: hue angle of 148.97º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEEA3 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB93238163-
CMYK0.6100.320.07
HSL148.97º81.01%64.9%-
HSV(B)148.97º60.92%93.33%-
XYZ41.766.1245.22-
YUV186.09114.9661.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.83%
GREEN value IS 238 (93.36% from 255) = 48.18%
BLUE value IS 163 (64.06% from 255) = 33.00%
R=18.83%
G=48.18%
B=33.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal932381630.6100.320.07148.9781.0164.9
Hex5DEEA33D0207955141
Octal135356243750407225121101
Binary1011101111011101010001111110101000001111001010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,238,163); }

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

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

 a { background-color: rgb(93,238,163); }

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

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

 span { border-color: rgb(93,238,163); }

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