Html Css Color HEX #5DEDAC Medium Aquamarine

📋 copy color: '#5DEDAC'

red 93 ◦ green 237 ◦ blue 172

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

Shades of Medium Aquamarine #5DEDAC

Tints of Medium Aquamarine #5DEDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.21%

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 18.53%
G = 47.21%
B = 34.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#5DEDAC (or 0x5DEDAC) is known color: Medium Aquamarine. HEX triplet: 5D, ED and AC. RGB value is (93,237,172). Sum of RGB (Red+Green+Blue) = 93+237+172=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #5DEDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEDAC is #A21253. Grayscale: #BABABA. Windows color (decimal): -10621524 or 11332957. OLE color: 11332957.

HSL color Cylindrical-coordinate representation of color #5DEDAC: hue angle of 152.92º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEDAC is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 237 172 -
CMYK 0.61 0 0.27 0.07
HSL 152.92º 0.8% 0.65% -
HSV(B) 152.92º 0.61% 0.93% -
XYZ 42.24 65.87 49.52 -
YUV 186.53 119.79 61.29 -
System Red Green Blue C M Y K H S L
Decimal 93 237 172 0.61 0 0.27 0.07 152.92 0.8 0.65
Hex 5D ED AC 3D 0 1B 7 99 50 41
Octal 135 355 254 75 0 33 7 231 120 101
Binary 1011101 11101101 10101100 111101 0 11011 111 10011001 1010000 1000001

Color Harmonies of #5DEDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEDAC

Black with #5DEDAC

Text Example


Text Example

White with #5DEDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,237,172); }

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

background-color css

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

 a { background-color: rgb(93,237,172); }

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

border-color css

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

 span { border-color: rgb(93,237,172); }

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