Html Css Color HEX #5DDCAD Medium Aquamarine

📋 copy color: '#5DDCAD'

red 93 ◦ green 220 ◦ blue 173

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

Shades of Medium Aquamarine #5DDCAD

Tints of Medium Aquamarine #5DDCAD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 19.14%
G = 45.27%
B = 35.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#5DDCAD (or 0x5DDCAD) is known color: Medium Aquamarine. HEX triplet: 5D, DC and AD. RGB value is (93,220,173). Sum of RGB (Red+Green+Blue) = 93+220+173=486 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.14% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDCAD is #A22352. Grayscale: #B0B0B0. Windows color (decimal): -10625875 or 11394141. OLE color: 11394141.

HSL color Cylindrical-coordinate representation of color #5DDCAD: hue angle of 157.8º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDCAD is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 220 173 -
CMYK 0.58 0 0.21 0.14
HSL 157.8º 0.64% 0.61% -
HSV(B) 157.8º 0.58% 0.86% -
XYZ 37.65 56.53 48.46 -
YUV 176.67 125.92 68.32 -
System Red Green Blue C M Y K H S L
Decimal 93 220 173 0.58 0 0.21 0.14 157.8 0.64 0.61
Hex 5D DC AD 3A 0 15 E 9E 40 3D
Octal 135 334 255 72 0 25 16 236 100 75
Binary 1011101 11011100 10101101 111010 0 10101 1110 10011110 1000000 111101

Color Harmonies of #5DDCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDCAD

Black with #5DDCAD

Text Example


Text Example

White with #5DDCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,220,173); }

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

background-color css

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

 a { background-color: rgb(93,220,173); }

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

border-color css

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

 span { border-color: rgb(93,220,173); }

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