Html Css Color HEX #5DDC97 Medium Aquamarine

📋 copy color: '#5DDC97'

red 93 ◦ green 220 ◦ blue 151

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

Shades of Medium Aquamarine #5DDC97

Tints of Medium Aquamarine #5DDC97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.54%

R = 20.04%
G = 47.41%
B = 32.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#5DDC97 (or 0x5DDC97) is known color: Medium Aquamarine. HEX triplet: 5D, DC and 97. RGB value is (93,220,151). Sum of RGB (Red+Green+Blue) = 93+220+151=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDC97 is #A22368. Grayscale: #AEAEAE. Windows color (decimal): -10625897 or 9952349. OLE color: 9952349.

HSL color Cylindrical-coordinate representation of color #5DDC97: hue angle of 147.4º 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 #5DDC97 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 220 151 -
CMYK 0.58 0 0.31 0.14
HSL 147.4º 0.64% 0.61% -
HSV(B) 147.4º 0.58% 0.86% -
XYZ 35.69 55.75 38.16 -
YUV 174.16 114.92 70.11 -
System Red Green Blue C M Y K H S L
Decimal 93 220 151 0.58 0 0.31 0.14 147.4 0.64 0.61
Hex 5D DC 97 3A 0 1F E 93 40 3D
Octal 135 334 227 72 0 37 16 223 100 75
Binary 1011101 11011100 10010111 111010 0 11111 1110 10010011 1000000 111101

Color Harmonies of #5DDC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDC97

Black with #5DDC97

Text Example


Text Example

White with #5DDC97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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