Html Css Color HEX #61EDAA Medium Aquamarine

📋 copy color: '#61EDAA'

red 97 ◦ green 237 ◦ blue 170

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

Shades of Medium Aquamarine #61EDAA

Tints of Medium Aquamarine #61EDAA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

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

R = 19.25%
G = 47.02%
B = 33.73%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#61EDAA (or 0x61EDAA) is known color: Medium Aquamarine. HEX triplet: 61, ED and AA. RGB value is (97,237,170). Sum of RGB (Red+Green+Blue) = 97+237+170=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #61EDAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EDAA is #9E1255. Grayscale: #BBBBBB. Windows color (decimal): -10359382 or 11201889. OLE color: 11201889.

HSL color Cylindrical-coordinate representation of color #61EDAA: hue angle of 151.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EDAA is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 237 170 -
CMYK 0.59 0 0.28 0.07
HSL 151.29º 0.8% 0.65% -
HSV(B) 151.29º 0.59% 0.93% -
XYZ 42.47 66.01 48.53 -
YUV 187.5 118.12 63.45 -
System Red Green Blue C M Y K H S L
Decimal 97 237 170 0.59 0 0.28 0.07 151.29 0.8 0.65
Hex 61 ED AA 3B 0 1C 7 97 50 41
Octal 141 355 252 73 0 34 7 227 120 101
Binary 1100001 11101101 10101010 111011 0 11100 111 10010111 1010000 1000001

Color Harmonies of #61EDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EDAA

Black with #61EDAA

Text Example


Text Example

White with #61EDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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