Html Css Color HEX #5DFDA0 Medium Aquamarine

📋 copy color: '#5DFDA0'

red 93 ◦ green 253 ◦ blue 160

#5DFDA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #5DFDA0

Tints of Medium Aquamarine #5DFDA0

RGB

 RED value IS 93 (36.72% from 255) = 18.38%

 GREEN value IS 253 (99.22% from 255) = 50%

 BLUE value IS 160 (62.89% from 255) = 31.62%

R = 18.38%
G = 50%
B = 31.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#5DFDA0 (or 0x5DFDA0) is known color: Medium Aquamarine. HEX triplet: 5D, FD and A0. RGB value is (93,253,160). Sum of RGB (Red+Green+Blue) = 93+253+160=506 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.38% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFDA0 is #A2025F. Grayscale: #C2C2C2. Windows color (decimal): -10617440 or 10550621. OLE color: 10550621.

HSL color Cylindrical-coordinate representation of color #5DFDA0: hue angle of 145.12º 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 #5DFDA0 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 253 160 -
CMYK 0.63 0 0.37 0.01
HSL 145.13º 0.98% 0.68% -
HSV(B) 145.13º 0.63% 0.99% -
XYZ 45.98 75.12 45.33 -
YUV 194.56 108.49 55.56 -
System Red Green Blue C M Y K H S L
Decimal 93 253 160 0.63 0 0.37 0.01 145.13 0.98 0.68
Hex 5D FD A0 3F 0 25 1 91 62 44
Octal 135 375 240 77 0 45 1 221 142 104
Binary 1011101 11111101 10100000 111111 0 100101 1 10010001 1100010 1000100

Color Harmonies of #5DFDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFDA0

Black with #5DFDA0

Text Example


Text Example

White with #5DFDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DFDA0;
 }
 .AnyTagClassName
 {
   color: #5DFDA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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