#5DF29B

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

Shades of Medium Aquamarine #5DF29B

Tints of Medium Aquamarine #5DF29B

Color information

#5DF29B (or 0x5DF29B) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F2 and 9B. RGB value is (93,242,155). Sum of RGB (Red+Green+Blue) = 93+242+155=490 (64% of max value = 765). Red value is 93 (36.72% from 255 or 18.98% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF29B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF29B is #A20D64. Grayscale: #BBBBBB. Windows color (decimal): -10620261 or 10220125. OLE color: 10220125.

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

Color convert

RGB93242155-
CMYK0.6200.360.05
HSL144.97º85.14%65.69%-
HSV(B)144.97º61.57%94.9%-
XYZ42.1868.241.95-
YUV187.53109.6460.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.98%
GREEN value IS 242 (94.92% from 255) = 49.39%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=18.98%
G=49.39%
B=31.63%

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
Decimal932421550.6200.360.05144.9785.1465.69
Hex5DF29B3E0245915542
Octal135362233760445221125102
Binary1011101111100101001101111111001001001011001000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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