#5DF29C

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

Shades of Medium Aquamarine #5DF29C

Tints of Medium Aquamarine #5DF29C

Color information

#5DF29C (or 0x5DF29C) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F2 and 9C. RGB value is (93,242,156). Sum of RGB (Red+Green+Blue) = 93+242+156=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF29C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF29C is #A20D63. Grayscale: #BBBBBB. Windows color (decimal): -10620260 or 10285661. OLE color: 10285661.

HSL color Cylindrical-coordinate representation of color #5DF29C: hue angle of 145.37º 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 #5DF29C is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB93242156-
CMYK0.6200.360.05
HSL145.37º85.14%65.69%-
HSV(B)145.37º61.57%94.9%-
XYZ42.2768.2342.39-
YUV187.64110.1460.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.94%
GREEN value IS 242 (94.92% from 255) = 49.29%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=18.94%
G=49.29%
B=31.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal932421560.6200.360.05145.3785.1465.69
Hex5DF29C3E0245915542
Octal135362234760445221125102
Binary1011101111100101001110011111001001001011001000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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