Html Css Color HEX #5DD6AA Medium Aquamarine

📋 copy color: '#5DD6AA'

red 93 ◦ green 214 ◦ blue 170

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

Shades of Medium Aquamarine #5DD6AA

Tints of Medium Aquamarine #5DD6AA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.86%

 BLUE value IS 170 (66.8% from 255) = 35.64%

R = 19.5%
G = 44.86%
B = 35.64%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#5DD6AA (or 0x5DD6AA) is known color: Medium Aquamarine. HEX triplet: 5D, D6 and AA. RGB value is (93,214,170). Sum of RGB (Red+Green+Blue) = 93+214+170=477 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.50% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD6AA is #A22955. Grayscale: #ACACAC. Windows color (decimal): -10627414 or 11195997. OLE color: 11195997.

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

Color convert

RGB 93 214 170 -
CMYK 0.57 0 0.21 0.16
HSL 158.18º 0.6% 0.6% -
HSV(B) 158.18º 0.57% 0.84% -
XYZ 35.82 53.32 46.43 -
YUV 172.81 126.41 71.08 -
System Red Green Blue C M Y K H S L
Decimal 93 214 170 0.57 0 0.21 0.16 158.18 0.6 0.6
Hex 5D D6 AA 39 0 15 10 9E 3C 3C
Octal 135 326 252 71 0 25 20 236 74 74
Binary 1011101 11010110 10101010 111001 0 10101 10000 10011110 111100 111100

Color Harmonies of #5DD6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD6AA

Black with #5DD6AA

Text Example


Text Example

White with #5DD6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,214,170); }

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

background-color css

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

 a { background-color: rgb(93,214,170); }

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

border-color css

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

 span { border-color: rgb(93,214,170); }

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