Html Css Color HEX #61EC94 Medium Aquamarine

📋 copy color: '#61EC94'

red 97 ◦ green 236 ◦ blue 148

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

Shades of Medium Aquamarine #61EC94

Tints of Medium Aquamarine #61EC94

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.06%

 BLUE value IS 148 (58.2% from 255) = 30.77%

R = 20.17%
G = 49.06%
B = 30.77%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#61EC94 (or 0x61EC94) is known color: Medium Aquamarine. HEX triplet: 61, EC and 94. RGB value is (97,236,148). Sum of RGB (Red+Green+Blue) = 97+236+148=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #61EC94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EC94 is #9E136B. Grayscale: #B8B8B8. Windows color (decimal): -10359660 or 9759841. OLE color: 9759841.

HSL color Cylindrical-coordinate representation of color #61EC94: hue angle of 142.01º degrees, saturation: 0.79, 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 #61EC94 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 236 148 -
CMYK 0.59 0 0.37 0.07
HSL 142.01º 0.79% 0.65% -
HSV(B) 142.01º 0.59% 0.93% -
XYZ 40.27 64.67 38.38 -
YUV 184.41 107.45 65.66 -
System Red Green Blue C M Y K H S L
Decimal 97 236 148 0.59 0 0.37 0.07 142.01 0.79 0.65
Hex 61 EC 94 3B 0 25 7 8E 4F 41
Octal 141 354 224 73 0 45 7 216 117 101
Binary 1100001 11101100 10010100 111011 0 100101 111 10001110 1001111 1000001

Color Harmonies of #61EC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EC94

Black with #61EC94

Text Example


Text Example

White with #61EC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,236,148); }

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

background-color css

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

 a { background-color: rgb(97,236,148); }

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

border-color css

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

 span { border-color: rgb(97,236,148); }

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