#5DD7A5

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

Shades of Medium Aquamarine #5DD7A5

Tints of Medium Aquamarine #5DD7A5

Color information

#5DD7A5 (or 0x5DD7A5) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, D7 and A5. RGB value is (93,215,165). Sum of RGB (Red+Green+Blue) = 93+215+165=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD7A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD7A5 is #A2285A. Grayscale: #ACACAC. Windows color (decimal): -10627163 or 10868573. OLE color: 10868573.

HSL color Cylindrical-coordinate representation of color #5DD7A5: hue angle of 155.41º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD7A5 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB93215165-
CMYK0.5700.230.16
HSL155.41º60.4%60.39%-
HSV(B)155.41º56.74%84.31%-
XYZ35.6153.6444.08-
YUV172.82123.5871.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.66%
GREEN value IS 215 (84.38% from 255) = 45.45%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=19.66%
G=45.45%
B=34.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932151650.5700.230.16155.4160.460.39
Hex5DD7A539017109b3c3c
Octal13532724571027202337474
Binary101110111010111101001011110010101111000010011011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,215,165); }

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

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

 a { background-color: rgb(93,215,165); }

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

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

 span { border-color: rgb(93,215,165); }

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