Html Css Color HEX #5DF2A6 Medium Aquamarine

📋 copy color: '#5DF2A6'

red 93 ◦ green 242 ◦ blue 166

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

Shades of Medium Aquamarine #5DF2A6

Tints of Medium Aquamarine #5DF2A6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.3%

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

R = 18.56%
G = 48.3%
B = 33.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#5DF2A6 (or 0x5DF2A6) is known color: Medium Aquamarine. HEX triplet: 5D, F2 and A6. RGB value is (93,242,166). Sum of RGB (Red+Green+Blue) = 93+242+166=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF2A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF2A6 is #A20D59. Grayscale: #BCBCBC. Windows color (decimal): -10620250 or 10941021. OLE color: 10941021.

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

Color convert

RGB 93 242 166 -
CMYK 0.62 0 0.31 0.05
HSL 149.4º 0.85% 0.66% -
HSV(B) 149.4º 0.62% 0.95% -
XYZ 43.15 68.58 47.04 -
YUV 188.79 115.14 59.68 -
System Red Green Blue C M Y K H S L
Decimal 93 242 166 0.62 0 0.31 0.05 149.4 0.85 0.66
Hex 5D F2 A6 3E 0 1F 5 95 55 42
Octal 135 362 246 76 0 37 5 225 125 102
Binary 1011101 11110010 10100110 111110 0 11111 101 10010101 1010101 1000010

Color Harmonies of #5DF2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF2A6

Black with #5DF2A6

Text Example


Text Example

White with #5DF2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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