Html Css Color HEX #61DC9D Medium Aquamarine

📋 copy color: '#61DC9D'

red 97 ◦ green 220 ◦ blue 157

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

Shades of Medium Aquamarine #61DC9D

Tints of Medium Aquamarine #61DC9D

RGB

 RED value IS 97 (38.28% from 255) = 20.46%

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

 BLUE value IS 157 (61.72% from 255) = 33.12%

R = 20.46%
G = 46.41%
B = 33.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#61DC9D (or 0x61DC9D) is known color: Medium Aquamarine. HEX triplet: 61, DC and 9D. RGB value is (97,220,157). Sum of RGB (Red+Green+Blue) = 97+220+157=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DC9D is #9E2362. Grayscale: #B0B0B0. Windows color (decimal): -10363747 or 10345569. OLE color: 10345569.

HSL color Cylindrical-coordinate representation of color #61DC9D: hue angle of 149.27º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DC9D is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 220 157 -
CMYK 0.56 0 0.29 0.14
HSL 149.27º 0.64% 0.62% -
HSV(B) 149.27º 0.56% 0.86% -
XYZ 36.61 56.16 40.81 -
YUV 176.04 117.25 71.62 -
System Red Green Blue C M Y K H S L
Decimal 97 220 157 0.56 0 0.29 0.14 149.27 0.64 0.62
Hex 61 DC 9D 38 0 1D E 95 40 3E
Octal 141 334 235 70 0 35 16 225 100 76
Binary 1100001 11011100 10011101 111000 0 11101 1110 10010101 1000000 111110

Color Harmonies of #61DC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DC9D

Black with #61DC9D

Text Example


Text Example

White with #61DC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61DC9D; }

 p { color: rgb(97,220,157); }

 H1.HeaderClassName
 {
   color: #61DC9D;
 }
 .AnyTagClassName
 {
   color: #61DC9D;
 }
</style>

background-color css

<style>
 a { background-color: #61DC9D; }

 a { background-color: rgb(97,220,157); }

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

border-color css

<style>
 span { border-color: #61DC9D; }

 span { border-color: rgb(97,220,157); }

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