Html Css Color HEX #61DEAA Medium Aquamarine

📋 copy color: '#61DEAA'

red 97 ◦ green 222 ◦ blue 170

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

Shades of Medium Aquamarine #61DEAA

Tints of Medium Aquamarine #61DEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.4%

 BLUE value IS 170 (66.8% from 255) = 34.76%

R = 19.84%
G = 45.4%
B = 34.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#61DEAA (or 0x61DEAA) is known color: Medium Aquamarine. HEX triplet: 61, DE and AA. RGB value is (97,222,170). Sum of RGB (Red+Green+Blue) = 97+222+170=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 222 - color contains mainly: green. Hex color #61DEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DEAA is #9E2155. Grayscale: #B2B2B2. Windows color (decimal): -10363222 or 11198049. OLE color: 11198049.

HSL color Cylindrical-coordinate representation of color #61DEAA: hue angle of 155.04º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DEAA is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 222 170 -
CMYK 0.56 0 0.23 0.13
HSL 155.04º 0.65% 0.63% -
HSV(B) 155.04º 0.56% 0.87% -
XYZ 38.31 57.69 47.15 -
YUV 178.7 123.09 69.73 -
System Red Green Blue C M Y K H S L
Decimal 97 222 170 0.56 0 0.23 0.13 155.04 0.65 0.63
Hex 61 DE AA 38 0 17 D 9B 41 3F
Octal 141 336 252 70 0 27 15 233 101 77
Binary 1100001 11011110 10101010 111000 0 10111 1101 10011011 1000001 111111

Color Harmonies of #61DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DEAA

Black with #61DEAA

Text Example


Text Example

White with #61DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,222,170); }

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

background-color css

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

 a { background-color: rgb(97,222,170); }

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

border-color css

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

 span { border-color: rgb(97,222,170); }

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