Html Css Color HEX #61DCAC Medium Aquamarine

📋 copy color: '#61DCAC'

red 97 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #61DCAC

Tints of Medium Aquamarine #61DCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.17%

R = 19.84%
G = 44.99%
B = 35.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#61DCAC (or 0x61DCAC) is known color: Medium Aquamarine. HEX triplet: 61, DC and AC. RGB value is (97,220,172). Sum of RGB (Red+Green+Blue) = 97+220+172=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DCAC is #9E2353. Grayscale: #B1B1B1. Windows color (decimal): -10363732 or 11328609. OLE color: 11328609.

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

Color convert

RGB 97 220 172 -
CMYK 0.56 0 0.22 0.14
HSL 156.59º 0.64% 0.62% -
HSV(B) 156.59º 0.56% 0.86% -
XYZ 37.97 56.71 47.97 -
YUV 177.75 124.75 70.4 -
System Red Green Blue C M Y K H S L
Decimal 97 220 172 0.56 0 0.22 0.14 156.59 0.64 0.62
Hex 61 DC AC 38 0 16 E 9D 40 3E
Octal 141 334 254 70 0 26 16 235 100 76
Binary 1100001 11011100 10101100 111000 0 10110 1110 10011101 1000000 111110

Color Harmonies of #61DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DCAC

Black with #61DCAC

Text Example


Text Example

White with #61DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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