Html Css Color HEX #61DCA7 Medium Aquamarine

📋 copy color: '#61DCA7'

red 97 ◦ green 220 ◦ blue 167

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

Shades of Medium Aquamarine #61DCA7

Tints of Medium Aquamarine #61DCA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.5%

R = 20.04%
G = 45.45%
B = 34.5%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#61DCA7 (or 0x61DCA7) is known color: Medium Aquamarine. HEX triplet: 61, DC and A7. RGB value is (97,220,167). Sum of RGB (Red+Green+Blue) = 97+220+167=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DCA7 is #9E2358. Grayscale: #B1B1B1. Windows color (decimal): -10363737 or 11000929. OLE color: 11000929.

HSL color Cylindrical-coordinate representation of color #61DCA7: hue angle of 154.15º 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 #61DCA7 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 220 167 -
CMYK 0.56 0 0.24 0.14
HSL 154.15º 0.64% 0.62% -
HSV(B) 154.15º 0.56% 0.86% -
XYZ 37.5 56.52 45.49 -
YUV 177.18 122.25 70.81 -
System Red Green Blue C M Y K H S L
Decimal 97 220 167 0.56 0 0.24 0.14 154.15 0.64 0.62
Hex 61 DC A7 38 0 18 E 9A 40 3E
Octal 141 334 247 70 0 30 16 232 100 76
Binary 1100001 11011100 10100111 111000 0 11000 1110 10011010 1000000 111110

Color Harmonies of #61DCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DCA7

Black with #61DCA7

Text Example


Text Example

White with #61DCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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