Html Css Color HEX #5DFFA1 Medium Aquamarine

📋 copy color: '#5DFFA1'

red 93 ◦ green 255 ◦ blue 161

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

Shades of Medium Aquamarine #5DFFA1

Tints of Medium Aquamarine #5DFFA1

RGB

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

 GREEN value IS 255 (100% from 255) = 50.1%

 BLUE value IS 161 (63.28% from 255) = 31.63%

R = 18.27%
G = 50.1%
B = 31.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#5DFFA1 (or 0x5DFFA1) is known color: Medium Aquamarine. HEX triplet: 5D, FF and A1. RGB value is (93,255,161). Sum of RGB (Red+Green+Blue) = 93+255+161=509 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.27% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFFA1 is #A2005E. Grayscale: #C4C4C4. Windows color (decimal): -10616927 or 10616669. OLE color: 10616669.

HSL color Cylindrical-coordinate representation of color #5DFFA1: hue angle of 145.19º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DFFA1 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 93 255 161 -
CMYK 0.64 0 0.37 0
HSL 145.19º 1% 0.68% -
HSV(B) 145.19º 0.64% 1% -
XYZ 46.71 76.42 46.01 -
YUV 195.85 108.33 54.64 -
System Red Green Blue C M Y K H S L
Decimal 93 255 161 0.64 0 0.37 0 145.19 1 0.68
Hex 5D FF A1 40 0 25 0 91 64 44
Octal 135 377 241 100 0 45 0 221 144 104
Binary 1011101 11111111 10100001 1000000 0 100101 0 10010001 1100100 1000100

Color Harmonies of #5DFFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFFA1

Black with #5DFFA1

Text Example


Text Example

White with #5DFFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,255,161); }

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

background-color css

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

 a { background-color: rgb(93,255,161); }

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

border-color css

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

 span { border-color: rgb(93,255,161); }

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