Html Css Color HEX #5DF29D Medium Aquamarine

📋 copy color: '#5DF29D'

red 93 ◦ green 242 ◦ blue 157

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

Shades of Medium Aquamarine #5DF29D

Tints of Medium Aquamarine #5DF29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.91%

R = 18.9%
G = 49.19%
B = 31.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#5DF29D (or 0x5DF29D) is known color: Medium Aquamarine. HEX triplet: 5D, F2 and 9D. RGB value is (93,242,157). Sum of RGB (Red+Green+Blue) = 93+242+157=492 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.90% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF29D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF29D is #A20D62. Grayscale: #BBBBBB. Windows color (decimal): -10620259 or 10351197. OLE color: 10351197.

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

Color convert

RGB 93 242 157 -
CMYK 0.62 0 0.35 0.05
HSL 145.77º 0.85% 0.66% -
HSV(B) 145.77º 0.62% 0.95% -
XYZ 42.35 68.27 42.84 -
YUV 187.76 110.64 60.41 -
System Red Green Blue C M Y K H S L
Decimal 93 242 157 0.62 0 0.35 0.05 145.77 0.85 0.66
Hex 5D F2 9D 3E 0 23 5 92 55 42
Octal 135 362 235 76 0 43 5 222 125 102
Binary 1011101 11110010 10011101 111110 0 100011 101 10010010 1010101 1000010

Color Harmonies of #5DF29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF29D

Black with #5DF29D

Text Example


Text Example

White with #5DF29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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