Html Css Color HEX #5DF1A6 Medium Aquamarine

📋 copy color: '#5DF1A6'

red 93 ◦ green 241 ◦ blue 166

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

Shades of Medium Aquamarine #5DF1A6

Tints of Medium Aquamarine #5DF1A6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.2%

 BLUE value IS 166 (65.23% from 255) = 33.2%

R = 18.6%
G = 48.2%
B = 33.2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#5DF1A6 (or 0x5DF1A6) is known color: Medium Aquamarine. HEX triplet: 5D, F1 and A6. RGB value is (93,241,166). Sum of RGB (Red+Green+Blue) = 93+241+166=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF1A6 is #A20E59. Grayscale: #BCBCBC. Windows color (decimal): -10620506 or 10940765. OLE color: 10940765.

HSL color Cylindrical-coordinate representation of color #5DF1A6: hue angle of 149.59º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF1A6 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 241 166 -
CMYK 0.61 0 0.31 0.05
HSL 149.59º 0.84% 0.65% -
HSV(B) 149.59º 0.61% 0.95% -
XYZ 42.85 67.99 46.94 -
YUV 188.2 115.47 60.1 -
System Red Green Blue C M Y K H S L
Decimal 93 241 166 0.61 0 0.31 0.05 149.59 0.84 0.65
Hex 5D F1 A6 3D 0 1F 5 96 54 41
Octal 135 361 246 75 0 37 5 226 124 101
Binary 1011101 11110001 10100110 111101 0 11111 101 10010110 1010100 1000001

Color Harmonies of #5DF1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF1A6

Black with #5DF1A6

Text Example


Text Example

White with #5DF1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,241,166); }

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

background-color css

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

 a { background-color: rgb(93,241,166); }

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

border-color css

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

 span { border-color: rgb(93,241,166); }

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