Html Css Color HEX #5DD8A4 Medium Aquamarine

📋 copy color: '#5DD8A4'

red 93 ◦ green 216 ◦ blue 164

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

Shades of Medium Aquamarine #5DD8A4

Tints of Medium Aquamarine #5DD8A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.67%

R = 19.66%
G = 45.67%
B = 34.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#5DD8A4 (or 0x5DD8A4) is known color: Medium Aquamarine. HEX triplet: 5D, D8 and A4. RGB value is (93,216,164). Sum of RGB (Red+Green+Blue) = 93+216+164=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD8A4 is #A2275B. Grayscale: #ADADAD. Windows color (decimal): -10626908 or 10803293. OLE color: 10803293.

HSL color Cylindrical-coordinate representation of color #5DD8A4: hue angle of 154.63º 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 #5DD8A4 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 216 164 -
CMYK 0.57 0 0.24 0.15
HSL 154.63º 0.61% 0.61% -
HSV(B) 154.63º 0.57% 0.85% -
XYZ 35.77 54.12 43.68 -
YUV 173.3 122.75 70.73 -
System Red Green Blue C M Y K H S L
Decimal 93 216 164 0.57 0 0.24 0.15 154.63 0.61 0.61
Hex 5D D8 A4 39 0 18 F 9B 3D 3D
Octal 135 330 244 71 0 30 17 233 75 75
Binary 1011101 11011000 10100100 111001 0 11000 1111 10011011 111101 111101

Color Harmonies of #5DD8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD8A4

Black with #5DD8A4

Text Example


Text Example

White with #5DD8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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