#5DF29D

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

Shades of Medium Aquamarine #5DF29D

Tints of Medium Aquamarine #5DF29D

Color information

#5DF29D (or 0x5DF29D) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F2 and 9D. RGB value is (93,242,157). Sum of RGB (Red+Green+Blue) = 93+242+157=492 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.90% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF29D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF29D is #A20D62. Grayscale: #BBBBBB. Windows color (decimal): -10620259 or 10351197. OLE color: 10351197.

HSL color Cylindrical-coordinate representation of color #5DF29D: hue angle of 145.77º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF29D is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB93242157-
CMYK0.6200.350.05
HSL145.77º85.14%65.69%-
HSV(B)145.77º61.57%94.9%-
XYZ42.3568.2742.84-
YUV187.76110.6460.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.90%
GREEN value IS 242 (94.92% from 255) = 49.19%
BLUE value IS 157 (61.72% from 255) = 31.91%
R=18.90%
G=49.19%
B=31.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal932421570.6200.350.05145.7785.1465.69
Hex5DF29D3E0235925542
Octal135362235760435222125102
Binary1011101111100101001110111111001000111011001001010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,242,157); }

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

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

 a { background-color: rgb(93,242,157); }

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

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

 span { border-color: rgb(93,242,157); }

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