#5DFD9D

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

Shades of Medium Aquamarine #5DFD9D

Tints of Medium Aquamarine #5DFD9D

Color information

#5DFD9D (or 0x5DFD9D) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, FD and 9D. RGB value is (93,253,157). Sum of RGB (Red+Green+Blue) = 93+253+157=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFD9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFD9D is #A20262. Grayscale: #C2C2C2. Windows color (decimal): -10617443 or 10354013. OLE color: 10354013.

HSL color Cylindrical-coordinate representation of color #5DFD9D: hue angle of 144º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFD9D is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB93253157-
CMYK0.6300.380.01
HSL144º97.56%67.84%-
HSV(B)144º63.24%99.22%-
XYZ45.7375.0143.97-
YUV194.22106.9955.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.49%
GREEN value IS 253 (99.22% from 255) = 50.30%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=18.49%
G=50.30%
B=31.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal932531570.6300.380.0114497.5667.84
Hex5DFD9D3F0261906244
Octal135375235770461220142104
Binary10111011111110110011101111111010011011001000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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