Html Css Color HEX #5DD5AC Medium Aquamarine

📋 copy color: '#5DD5AC'

red 93 ◦ green 213 ◦ blue 172

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

Shades of Medium Aquamarine #5DD5AC

Tints of Medium Aquamarine #5DD5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.56%

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

R = 19.46%
G = 44.56%
B = 35.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#5DD5AC (or 0x5DD5AC) is known color: Medium Aquamarine. HEX triplet: 5D, D5 and AC. RGB value is (93,213,172). Sum of RGB (Red+Green+Blue) = 93+213+172=478 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.46% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD5AC is #A22A53. Grayscale: #ACACAC. Windows color (decimal): -10627668 or 11326813. OLE color: 11326813.

HSL color Cylindrical-coordinate representation of color #5DD5AC: hue angle of 159.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD5AC is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 213 172 -
CMYK 0.56 0 0.19 0.16
HSL 159.5º 0.59% 0.6% -
HSV(B) 159.5º 0.56% 0.84% -
XYZ 35.75 52.89 47.35 -
YUV 172.45 127.74 71.33 -
System Red Green Blue C M Y K H S L
Decimal 93 213 172 0.56 0 0.19 0.16 159.5 0.59 0.6
Hex 5D D5 AC 38 0 13 10 A0 3B 3C
Octal 135 325 254 70 0 23 20 240 73 74
Binary 1011101 11010101 10101100 111000 0 10011 10000 10100000 111011 111100

Color Harmonies of #5DD5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD5AC

Black with #5DD5AC

Text Example


Text Example

White with #5DD5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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