Html Css Color HEX #5DD8A0 Medium Aquamarine

📋 copy color: '#5DD8A0'

red 93 ◦ green 216 ◦ blue 160

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

Shades of Medium Aquamarine #5DD8A0

Tints of Medium Aquamarine #5DD8A0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.06%

 BLUE value IS 160 (62.89% from 255) = 34.12%

R = 19.83%
G = 46.06%
B = 34.12%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#5DD8A0 (or 0x5DD8A0) is known color: Medium Aquamarine. HEX triplet: 5D, D8 and A0. RGB value is (93,216,160). Sum of RGB (Red+Green+Blue) = 93+216+160=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD8A0 is #A2275F. Grayscale: #ACACAC. Windows color (decimal): -10626912 or 10541149. OLE color: 10541149.

HSL color Cylindrical-coordinate representation of color #5DD8A0: hue angle of 152.68º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD8A0 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 216 160 -
CMYK 0.57 0 0.26 0.15
HSL 152.68º 0.61% 0.61% -
HSV(B) 152.68º 0.57% 0.85% -
XYZ 35.42 53.98 41.81 -
YUV 172.84 120.75 71.05 -
System Red Green Blue C M Y K H S L
Decimal 93 216 160 0.57 0 0.26 0.15 152.68 0.61 0.61
Hex 5D D8 A0 39 0 1A F 99 3D 3D
Octal 135 330 240 71 0 32 17 231 75 75
Binary 1011101 11011000 10100000 111001 0 11010 1111 10011001 111101 111101

Color Harmonies of #5DD8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD8A0

Black with #5DD8A0

Text Example


Text Example

White with #5DD8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,216,160); }

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

background-color css

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

 a { background-color: rgb(93,216,160); }

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

border-color css

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

 span { border-color: rgb(93,216,160); }

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