Html Css Color HEX #5DCAAD Medium Aquamarine

📋 copy color: '#5DCAAD'

red 93 ◦ green 202 ◦ blue 173

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

Shades of Medium Aquamarine #5DCAAD

Tints of Medium Aquamarine #5DCAAD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.16%

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

R = 19.87%
G = 43.16%
B = 36.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#5DCAAD (or 0x5DCAAD) is known color: Medium Aquamarine. HEX triplet: 5D, CA and AD. RGB value is (93,202,173). Sum of RGB (Red+Green+Blue) = 93+202+173=468 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.87% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCAAD is #A23552. Grayscale: #A6A6A6. Windows color (decimal): -10630483 or 11389533. OLE color: 11389533.

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

Color convert

RGB 93 202 173 -
CMYK 0.54 0 0.14 0.21
HSL 164.04º 0.51% 0.58% -
HSV(B) 164.04º 0.54% 0.79% -
XYZ 33.18 47.59 46.97 -
YUV 166.1 131.89 75.86 -
System Red Green Blue C M Y K H S L
Decimal 93 202 173 0.54 0 0.14 0.21 164.04 0.51 0.58
Hex 5D CA AD 36 0 E 15 A4 33 3A
Octal 135 312 255 66 0 16 25 244 63 72
Binary 1011101 11001010 10101101 110110 0 1110 10101 10100100 110011 111010

Color Harmonies of #5DCAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCAAD

Black with #5DCAAD

Text Example


Text Example

White with #5DCAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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